Class: Aws::Mobile::Types::DescribeProjectRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb

Overview

Request structure used to request details about a project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_idString

Unique project identifier.

Returns:

  • (String)


204
205
206
207
208
209
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 204

class DescribeProjectRequest < Struct.new(
  :project_id,
  :sync_from_resources)
  SENSITIVE = []
  include Aws::Structure
end

#sync_from_resourcesBoolean

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.

Returns:

  • (Boolean)


204
205
206
207
208
209
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 204

class DescribeProjectRequest < Struct.new(
  :project_id,
  :sync_from_resources)
  SENSITIVE = []
  include Aws::Structure
end