Module: Aws::AppRegistry::Client::_GetAttributeGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAttributeGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #attributes ⇒ ::String
- #created_by ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #last_update_time ⇒ ::Time
- #name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def arn: () -> ::String
|
#attributes ⇒ ::String
222 |
# File 'sig/client.rbs', line 222
def attributes: () -> ::String
|
#created_by ⇒ ::String
226 |
# File 'sig/client.rbs', line 226
def created_by: () -> ::String
|
#creation_time ⇒ ::Time
223 |
# File 'sig/client.rbs', line 223
def creation_time: () -> ::Time
|
#description ⇒ ::String
221 |
# File 'sig/client.rbs', line 221
def description: () -> ::String
|
#id ⇒ ::String
218 |
# File 'sig/client.rbs', line 218
def id: () -> ::String
|
#last_update_time ⇒ ::Time
224 |
# File 'sig/client.rbs', line 224
def last_update_time: () -> ::Time
|
#name ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
225 |
# File 'sig/client.rbs', line 225
def tags: () -> ::Hash[::String, ::String]
|