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
1933 |
# File 'sig/client.rbs', line 1933
def arn: () -> ::String
|
#created_at ⇒ ::Time
1934 |
# File 'sig/client.rbs', line 1934
def created_at: () -> ::Time
|
#description ⇒ ::String
1935 |
# File 'sig/client.rbs', line 1935
def description: () -> ::String
|
#id ⇒ ::String
1936 |
# File 'sig/client.rbs', line 1936
def id: () -> ::String
|
#modified_at ⇒ ::Time
1937 |
# File 'sig/client.rbs', line 1937
def modified_at: () -> ::Time
|
#name ⇒ ::String
1938 |
# File 'sig/client.rbs', line 1938
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1939 |
# File 'sig/client.rbs', line 1939
def tags: () -> ::Hash[::String, ::String]
|