Module: Aws::Greengrass::Client::_CreateGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_timestamp ⇒ ::String
- #id ⇒ ::String
- #last_updated_timestamp ⇒ ::String
- #latest_version ⇒ ::String
- #latest_version_arn ⇒ ::String
- #name ⇒ ::String
Instance Method Details
#arn ⇒ ::String
309 |
# File 'sig/client.rbs', line 309
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
310 |
# File 'sig/client.rbs', line 310
def creation_timestamp: () -> ::String
|
#id ⇒ ::String
311 |
# File 'sig/client.rbs', line 311
def id: () -> ::String
|
#last_updated_timestamp ⇒ ::String
312 |
# File 'sig/client.rbs', line 312
def last_updated_timestamp: () -> ::String
|
#latest_version ⇒ ::String
313 |
# File 'sig/client.rbs', line 313
def latest_version: () -> ::String
|
#latest_version_arn ⇒ ::String
314 |
# File 'sig/client.rbs', line 314
def latest_version_arn: () -> ::String
|
#name ⇒ ::String
315 |
# File 'sig/client.rbs', line 315
def name: () -> ::String
|