Class: Aws::Mobile::Types::DescribeProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mobile::Types::DescribeProjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mobile/types.rb
Overview
Request structure used to request details about a project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_id ⇒ String
Unique project identifier.
-
#sync_from_resources ⇒ Boolean
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.
Instance Attribute Details
#project_id ⇒ String
Unique project identifier.
204 205 206 207 208 209 |
# File 'lib/aws-sdk-mobile/types.rb', line 204 class DescribeProjectRequest < Struct.new( :project_id, :sync_from_resources) SENSITIVE = [] include Aws::Structure end |
#sync_from_resources ⇒ Boolean
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.
204 205 206 207 208 209 |
# File 'lib/aws-sdk-mobile/types.rb', line 204 class DescribeProjectRequest < Struct.new( :project_id, :sync_from_resources) SENSITIVE = [] include Aws::Structure end |