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
1665 |
# File 'sig/client.rbs', line 1665
def arn: () -> ::String
|
#created_at ⇒ ::Time
1666 |
# File 'sig/client.rbs', line 1666
def created_at: () -> ::Time
|
#description ⇒ ::String
1667 |
# File 'sig/client.rbs', line 1667
def description: () -> ::String
|
#id ⇒ ::String
1668 |
# File 'sig/client.rbs', line 1668
def id: () -> ::String
|
#modified_at ⇒ ::Time
1669 |
# File 'sig/client.rbs', line 1669
def modified_at: () -> ::Time
|
#name ⇒ ::String
1670 |
# File 'sig/client.rbs', line 1670
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1671 |
# File 'sig/client.rbs', line 1671
def tags: () -> ::Hash[::String, ::String]
|