Class: Aws::Mobile::Types::ProjectDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#console_urlString

Website URL for this project in the AWS Mobile Hub console.

Returns:

  • (String)


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_dateTime

Date the project was created.

Returns:

  • (Time)


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_dateTime

Date of the last modification of the project.

Returns:

  • (Time)


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

#nameString

Name of the project.

Returns:

  • (String)


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_idString

Unique project identifier.

Returns:

  • (String)


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

#regionString

Default region to use for AWS resource creation in the AWS Mobile Hub project.

Returns:

  • (String)


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

#resourcesArray<Types::Resource>

List of AWS resources associated with a project.

Returns:



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

#stateString

Synchronization state for a project.

Returns:

  • (String)


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