Module: Aws::Greengrass::Client::_GetGroupVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetGroupVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_timestamp ⇒ ::String
- #definition ⇒ Types::GroupVersion
- #id ⇒ ::String
- #version ⇒ ::String
Instance Method Details
#arn ⇒ ::String
848 |
# File 'sig/client.rbs', line 848
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
849 |
# File 'sig/client.rbs', line 849
def creation_timestamp: () -> ::String
|
#definition ⇒ Types::GroupVersion
850 |
# File 'sig/client.rbs', line 850
def definition: () -> Types::GroupVersion
|
#id ⇒ ::String
851 |
# File 'sig/client.rbs', line 851
def id: () -> ::String
|
#version ⇒ ::String
852 |
# File 'sig/client.rbs', line 852
def version: () -> ::String
|