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
1614 |
# File 'sig/client.rbs', line 1614
def arn: () -> ::String
|
#created_at ⇒ ::Time
1615 |
# File 'sig/client.rbs', line 1615
def created_at: () -> ::Time
|
#description ⇒ ::String
1616 |
# File 'sig/client.rbs', line 1616
def description: () -> ::String
|
#id ⇒ ::String
1617 |
# File 'sig/client.rbs', line 1617
def id: () -> ::String
|
#modified_at ⇒ ::Time
1618 |
# File 'sig/client.rbs', line 1618
def modified_at: () -> ::Time
|
#name ⇒ ::String
1619 |
# File 'sig/client.rbs', line 1619
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1620 |
# File 'sig/client.rbs', line 1620
def tags: () -> ::Hash[::String, ::String]
|