Module: Aws::Greengrass::Client::_GetGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetGroupResponse]
- 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
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
806 |
# File 'sig/client.rbs', line 806
def arn: () -> ::String
|
#creation_timestamp ⇒ ::String
807 |
# File 'sig/client.rbs', line 807
def creation_timestamp: () -> ::String
|
#id ⇒ ::String
808 |
# File 'sig/client.rbs', line 808
def id: () -> ::String
|
#last_updated_timestamp ⇒ ::String
809 |
# File 'sig/client.rbs', line 809
def last_updated_timestamp: () -> ::String
|
#latest_version ⇒ ::String
810 |
# File 'sig/client.rbs', line 810
def latest_version: () -> ::String
|
#latest_version_arn ⇒ ::String
811 |
# File 'sig/client.rbs', line 811
def latest_version_arn: () -> ::String
|
#name ⇒ ::String
812 |
# File 'sig/client.rbs', line 812
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
813 |
# File 'sig/client.rbs', line 813
def tags: () -> ::Hash[::String, ::String]
|