Module: Aws::MediaLive::Client::_UpdateEventBridgeRuleTemplateGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateEventBridgeRuleTemplateGroupResponse]
- 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
1949 |
# File 'sig/client.rbs', line 1949
def arn: () -> ::String
|
#created_at ⇒ ::Time
1950 |
# File 'sig/client.rbs', line 1950
def created_at: () -> ::Time
|
#description ⇒ ::String
1951 |
# File 'sig/client.rbs', line 1951
def description: () -> ::String
|
#id ⇒ ::String
1952 |
# File 'sig/client.rbs', line 1952
def id: () -> ::String
|
#modified_at ⇒ ::Time
1953 |
# File 'sig/client.rbs', line 1953
def modified_at: () -> ::Time
|
#name ⇒ ::String
1954 |
# File 'sig/client.rbs', line 1954
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1955 |
# File 'sig/client.rbs', line 1955
def tags: () -> ::Hash[::String, ::String]
|