Module: Aws::MediaLive::Client::_CreateCloudWatchAlarmTemplateGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateCloudWatchAlarmTemplateGroupResponse]
- 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
1474 |
# File 'sig/client.rbs', line 1474
def arn: () -> ::String
|
#created_at ⇒ ::Time
1475 |
# File 'sig/client.rbs', line 1475
def created_at: () -> ::Time
|
#description ⇒ ::String
1476 |
# File 'sig/client.rbs', line 1476
def description: () -> ::String
|
#id ⇒ ::String
1477 |
# File 'sig/client.rbs', line 1477
def id: () -> ::String
|
#modified_at ⇒ ::Time
1478 |
# File 'sig/client.rbs', line 1478
def modified_at: () -> ::Time
|
#name ⇒ ::String
1479 |
# File 'sig/client.rbs', line 1479
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1480 |
# File 'sig/client.rbs', line 1480
def tags: () -> ::Hash[::String, ::String]
|