Module: Aws::Ivschat::Client::_CreateLoggingConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateLoggingConfigurationResponse]
- 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
99 |
# File 'sig/client.rbs', line 99
def arn: () -> ::String
|
#create_time ⇒ ::Time
101 |
# File 'sig/client.rbs', line 101
def create_time: () -> ::Time
|
#destination_configuration ⇒ Types::DestinationConfiguration
104 |
# File 'sig/client.rbs', line 104
def destination_configuration: () -> Types::DestinationConfiguration
|
#id ⇒ ::String
100 |
# File 'sig/client.rbs', line 100
def id: () -> ::String
|
#name ⇒ ::String
103 |
# File 'sig/client.rbs', line 103
def name: () -> ::String
|
#state ⇒ "ACTIVE"
105 |
# File 'sig/client.rbs', line 105
def state: () -> ("ACTIVE")
|
#tags ⇒ ::Hash[::String, ::String]
106 |
# File 'sig/client.rbs', line 106
def tags: () -> ::Hash[::String, ::String]
|
#update_time ⇒ ::Time
102 |
# File 'sig/client.rbs', line 102
def update_time: () -> ::Time
|