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

#arn ⇒ String

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

Returns:

  • (String) —

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

#attributes ⇒ Hash<String,String>

Key-value attribute pairs.

Returns:

  • (Hash<String,String>) —

    Key-value attribute pairs.

#feature ⇒ String

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.

#name ⇒ String

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).

#type ⇒ String

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).