You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Detailed information about an AWS Mobile Hub project.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#console_url ⇒ String

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

Returns:

  • (String) —

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

#created_date ⇒ Time

Date the project was created.

Returns:

  • (Time) —

    Date the project was created.

#last_updated_date ⇒ Time

Date of the last modification of the project.

Returns:

  • (Time) —

    Date of the last modification of the project.

#name ⇒ String

Name of the project.

Returns:

  • (String) —

    Name of the project.

#project_id ⇒ String

Unique project identifier.

Returns:

  • (String) —

    Unique project identifier.

#region ⇒ String

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

Returns:

  • (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.

Returns:

  • (Array<Types::Resource>) —

    List of AWS resources associated with a project.

#state ⇒ String

Synchronization state for a project.

Possible values:

  • NORMAL
  • SYNCING
  • IMPORTING

Returns:

  • (String) —

    Synchronization state for a project.