Module: Aws::MediaLive::Client::_UpdateCloudWatchAlarmTemplateGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateCloudWatchAlarmTemplateGroupResponse]
- 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
1904 |
# File 'sig/client.rbs', line 1904
def arn: () -> ::String
|
#created_at ⇒ ::Time
1905 |
# File 'sig/client.rbs', line 1905
def created_at: () -> ::Time
|
#description ⇒ ::String
1906 |
# File 'sig/client.rbs', line 1906
def description: () -> ::String
|
#id ⇒ ::String
1907 |
# File 'sig/client.rbs', line 1907
def id: () -> ::String
|
#modified_at ⇒ ::Time
1908 |
# File 'sig/client.rbs', line 1908
def modified_at: () -> ::Time
|
#name ⇒ ::String
1909 |
# File 'sig/client.rbs', line 1909
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1910 |
# File 'sig/client.rbs', line 1910
def tags: () -> ::Hash[::String, ::String]
|