Class: Aws::Mobile::Types::ProjectDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mobile::Types::ProjectDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mobile/types.rb
Overview
Detailed information about an AWS Mobile Hub project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#console_url ⇒ String
Website URL for this project in the AWS Mobile Hub console.
-
#created_date ⇒ Time
Date the project was created.
-
#last_updated_date ⇒ Time
Date of the last modification of the project.
-
#name ⇒ String
Name of the project.
-
#project_id ⇒ String
Unique project identifier.
-
#region ⇒ String
Default region to use for AWS resource creation in the AWS Mobile Hub project.
-
#resources ⇒ Array<Types::Resource>
List of AWS resources associated with a project.
-
#state ⇒ String
Synchronization state for a project.
Instance Attribute Details
#console_url ⇒ String
Website URL for this project in the AWS Mobile Hub console.
491 492 493 494 495 496 497 498 499 500 501 502 |
# File 'lib/aws-sdk-mobile/types.rb', line 491 class ProjectDetails < Struct.new( :name, :project_id, :region, :state, :created_date, :last_updated_date, :console_url, :resources) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Time
Date the project was created.
491 492 493 494 495 496 497 498 499 500 501 502 |
# File 'lib/aws-sdk-mobile/types.rb', line 491 class ProjectDetails < Struct.new( :name, :project_id, :region, :state, :created_date, :last_updated_date, :console_url, :resources) SENSITIVE = [] include Aws::Structure end |
#last_updated_date ⇒ Time
Date of the last modification of the project.
491 492 493 494 495 496 497 498 499 500 501 502 |
# File 'lib/aws-sdk-mobile/types.rb', line 491 class ProjectDetails < Struct.new( :name, :project_id, :region, :state, :created_date, :last_updated_date, :console_url, :resources) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the project.
491 492 493 494 495 496 497 498 499 500 501 502 |
# File 'lib/aws-sdk-mobile/types.rb', line 491 class ProjectDetails < Struct.new( :name, :project_id, :region, :state, :created_date, :last_updated_date, :console_url, :resources) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
Unique project identifier.
491 492 493 494 495 496 497 498 499 500 501 502 |
# File 'lib/aws-sdk-mobile/types.rb', line 491 class ProjectDetails < Struct.new( :name, :project_id, :region, :state, :created_date, :last_updated_date, :console_url, :resources) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
Default region to use for AWS resource creation in the AWS Mobile Hub project.
491 492 493 494 495 496 497 498 499 500 501 502 |
# File 'lib/aws-sdk-mobile/types.rb', line 491 class ProjectDetails < Struct.new( :name, :project_id, :region, :state, :created_date, :last_updated_date, :console_url, :resources) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<Types::Resource>
List of AWS resources associated with a project.
491 492 493 494 495 496 497 498 499 500 501 502 |
# File 'lib/aws-sdk-mobile/types.rb', line 491 class ProjectDetails < Struct.new( :name, :project_id, :region, :state, :created_date, :last_updated_date, :console_url, :resources) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Synchronization state for a project.
491 492 493 494 495 496 497 498 499 500 501 502 |
# File 'lib/aws-sdk-mobile/types.rb', line 491 class ProjectDetails < Struct.new( :name, :project_id, :region, :state, :created_date, :last_updated_date, :console_url, :resources) SENSITIVE = [] include Aws::Structure end |