Class: Aws::Mobile::Types::ProjectSummary

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

Overview

Summary information about an AWS Mobile Hub project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the project.

Returns:

  • (String)


516
517
518
519
520
521
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 516

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

#project_idString

Unique project identifier.

Returns:

  • (String)


516
517
518
519
520
521
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 516

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