Module: Aws::MediaLive::Client::_CreateEventBridgeRuleTemplateGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateEventBridgeRuleTemplateGroupResponse]
- 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
1522 |
# File 'sig/client.rbs', line 1522
def arn: () -> ::String
|
#created_at ⇒ ::Time
1523 |
# File 'sig/client.rbs', line 1523
def created_at: () -> ::Time
|
#description ⇒ ::String
1524 |
# File 'sig/client.rbs', line 1524
def description: () -> ::String
|
#id ⇒ ::String
1525 |
# File 'sig/client.rbs', line 1525
def id: () -> ::String
|
#modified_at ⇒ ::Time
1526 |
# File 'sig/client.rbs', line 1526
def modified_at: () -> ::Time
|
#name ⇒ ::String
1527 |
# File 'sig/client.rbs', line 1527
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1528 |
# File 'sig/client.rbs', line 1528
def tags: () -> ::Hash[::String, ::String]
|