Module: Aws::Ivschat::Client::_UpdateLoggingConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateLoggingConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #create_time ⇒ ::Time
- #destination_configuration ⇒ Types::DestinationConfiguration
- #id ⇒ ::String
- #name ⇒ ::String
- #state ⇒ "ACTIVE"
- #tags ⇒ ::Hash[::String, ::String]
- #update_time ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
285 |
# File 'sig/client.rbs', line 285
def arn: () -> ::String
|
#create_time ⇒ ::Time
287 |
# File 'sig/client.rbs', line 287
def create_time: () -> ::Time
|
#destination_configuration ⇒ Types::DestinationConfiguration
290 |
# File 'sig/client.rbs', line 290
def destination_configuration: () -> Types::DestinationConfiguration
|
#id ⇒ ::String
286 |
# File 'sig/client.rbs', line 286
def id: () -> ::String
|
#name ⇒ ::String
289 |
# File 'sig/client.rbs', line 289
def name: () -> ::String
|
#state ⇒ "ACTIVE"
291 |
# File 'sig/client.rbs', line 291
def state: () -> ("ACTIVE")
|
#tags ⇒ ::Hash[::String, ::String]
292 |
# File 'sig/client.rbs', line 292
def tags: () -> ::Hash[::String, ::String]
|
#update_time ⇒ ::Time
288 |
# File 'sig/client.rbs', line 288
def update_time: () -> ::Time
|