class Aws::Mobile::Types::DescribeProjectRequest

Request structure used to request details about a project.

@note When making an API call, you may pass DescribeProjectRequest

data as a hash:

    {
      project_id: "ProjectId", # required
      sync_from_resources: false,
    }

@!attribute [rw] project_id

Unique project identifier.
@return [String]

@!attribute [rw] sync_from_resources

If set to true, causes AWS Mobile Hub to synchronize information
from other services, e.g., update state of AWS CloudFormation stacks
in the AWS Mobile Hub project.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/mobile-2017-07-01/DescribeProjectRequest AWS API Documentation

Constants

SENSITIVE