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
1506 |
# File 'sig/client.rbs', line 1506
def arn: () -> ::String
|
#created_at ⇒ ::Time
1507 |
# File 'sig/client.rbs', line 1507
def created_at: () -> ::Time
|
#description ⇒ ::String
1508 |
# File 'sig/client.rbs', line 1508
def description: () -> ::String
|
#id ⇒ ::String
1509 |
# File 'sig/client.rbs', line 1509
def id: () -> ::String
|
#modified_at ⇒ ::Time
1510 |
# File 'sig/client.rbs', line 1510
def modified_at: () -> ::Time
|
#name ⇒ ::String
1511 |
# File 'sig/client.rbs', line 1511
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1512 |
# File 'sig/client.rbs', line 1512
def tags: () -> ::Hash[::String, ::String]
|