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_urlString

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_dateTime

Date the project was created.

Returns:

  • (Time)

    Date the project was created.

#last_updated_dateTime

Date of the last modification of the project.

Returns:

  • (Time)

    Date of the last modification of the project.

#nameString

Name of the project.

Returns:

  • (String)

    Name of the project.

#project_idString

Unique project identifier.

Returns:

  • (String)

    Unique project identifier.

#regionString

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.

#resourcesArray<Types::Resource>

List of AWS resources associated with a project.

Returns:

  • (Array<Types::Resource>)

    List of AWS resources associated with a project.

#stateString

Synchronization state for a project.

Possible values:

  • NORMAL
  • SYNCING
  • IMPORTING

Returns:

  • (String)

    Synchronization state for a project.