Module: Aws::MediaLive::Client::_GetCloudWatchAlarmTemplateGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCloudWatchAlarmTemplateGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #modified_at ⇒ ::Time
- #name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
1630 |
# File 'sig/client.rbs', line 1630
def arn: () -> ::String
|
#created_at ⇒ ::Time
1631 |
# File 'sig/client.rbs', line 1631
def created_at: () -> ::Time
|
#description ⇒ ::String
1632 |
# File 'sig/client.rbs', line 1632
def description: () -> ::String
|
#id ⇒ ::String
1633 |
# File 'sig/client.rbs', line 1633
def id: () -> ::String
|
#modified_at ⇒ ::Time
1634 |
# File 'sig/client.rbs', line 1634
def modified_at: () -> ::Time
|
#name ⇒ ::String
1635 |
# File 'sig/client.rbs', line 1635
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1636 |
# File 'sig/client.rbs', line 1636
def tags: () -> ::Hash[::String, ::String]
|