Module: Aws::MediaLive::Client::_GetEventBridgeRuleTemplateGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEventBridgeRuleTemplateGroupResponse]
- 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
1649 |
# File 'sig/client.rbs', line 1649
def arn: () -> ::String
|
#created_at ⇒ ::Time
1650 |
# File 'sig/client.rbs', line 1650
def created_at: () -> ::Time
|
#description ⇒ ::String
1651 |
# File 'sig/client.rbs', line 1651
def description: () -> ::String
|
#id ⇒ ::String
1652 |
# File 'sig/client.rbs', line 1652
def id: () -> ::String
|
#modified_at ⇒ ::Time
1653 |
# File 'sig/client.rbs', line 1653
def modified_at: () -> ::Time
|
#name ⇒ ::String
1654 |
# File 'sig/client.rbs', line 1654
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1655 |
# File 'sig/client.rbs', line 1655
def tags: () -> ::Hash[::String, ::String]
|