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

Class: Aws::AppRegistry::Types::GetAttributeGroupResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon resource name (ARN) that specifies the attribute group across services.

Returns:

  • (String)

    The Amazon resource name (ARN) that specifies the attribute group across services.

#attributesString

A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.

Returns:

  • (String)

    A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.

#creation_timeTime

The ISO-8601 formatted timestamp of the moment the attribute group was created.

Returns:

  • (Time)

    The ISO-8601 formatted timestamp of the moment the attribute group was created.

#descriptionString

The description of the attribute group that the user provides.

Returns:

  • (String)

    The description of the attribute group that the user provides.

#idString

The identifier of the attribute group.

Returns:

  • (String)

    The identifier of the attribute group.

#last_update_timeTime

The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.

Returns:

  • (Time)

    The ISO-8601 formatted timestamp of the moment the attribute group was last updated.

#nameString

The name of the attribute group.

Returns:

  • (String)

    The name of the attribute group.

#tagsHash<String,String>

Key-value pairs associated with the attribute group.

Returns:

  • (Hash<String,String>)

    Key-value pairs associated with the attribute group.