Class: Aws::Mobile::Types::ProjectSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mobile::Types::ProjectSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mobile/types.rb
Overview
Summary information about an AWS Mobile Hub project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the project.
-
#project_id ⇒ String
Unique project identifier.
Instance Attribute Details
#name ⇒ String
Name of the project.
516 517 518 519 520 521 |
# File 'lib/aws-sdk-mobile/types.rb', line 516 class ProjectSummary < Struct.new( :name, :project_id) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
Unique project identifier.
516 517 518 519 520 521 |
# File 'lib/aws-sdk-mobile/types.rb', line 516 class ProjectSummary < Struct.new( :name, :project_id) SENSITIVE = [] include Aws::Structure end |