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

Class: Aws::Mobile::Types::Resource

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

Overview

Information about an instance of an AWS resource associated with a project.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

AWS resource name which uniquely identifies the resource in AWS systems.

Returns:

  • (String)

    AWS resource name which uniquely identifies the resource in AWS systems.

#attributesHash<String,String>

Key-value attribute pairs.

Returns:

  • (Hash<String,String>)

    Key-value attribute pairs.

#featureString

Identifies which feature in AWS Mobile Hub is associated with this AWS resource.

Returns:

  • (String)

    Identifies which feature in AWS Mobile Hub is associated with this AWS resource.

#nameString

Name of the AWS resource (e.g., for an Amazon S3 bucket this is the name of the bucket).

Returns:

  • (String)

    Name of the AWS resource (e.g., for an Amazon S3 bucket this is the name of the bucket).

#typeString

Simplified name for type of AWS resource (e.g., bucket is an Amazon S3 bucket).

Returns:

  • (String)

    Simplified name for type of AWS resource (e.g., bucket is an Amazon S3 bucket).