Module: Aws::Ivschat::Client::_GetLoggingConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLoggingConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #create_time ⇒ ::Time
- #destination_configuration ⇒ Types::DestinationConfiguration
- #id ⇒ ::String
- #name ⇒ ::String
- #state ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #update_time ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
180 |
# File 'sig/client.rbs', line 180
def arn: () -> ::String
|
#create_time ⇒ ::Time
182 |
# File 'sig/client.rbs', line 182
def create_time: () -> ::Time
|
#destination_configuration ⇒ Types::DestinationConfiguration
185 |
# File 'sig/client.rbs', line 185
def destination_configuration: () -> Types::DestinationConfiguration
|
#id ⇒ ::String
181 |
# File 'sig/client.rbs', line 181
def id: () -> ::String
|
#name ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def name: () -> ::String
|
#state ⇒ "CREATING", ...
186 |
# File 'sig/client.rbs', line 186
def state: () -> ("CREATING" | "CREATE_FAILED" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "ACTIVE")
|
#tags ⇒ ::Hash[::String, ::String]
187 |
# File 'sig/client.rbs', line 187
def tags: () -> ::Hash[::String, ::String]
|
#update_time ⇒ ::Time
183 |
# File 'sig/client.rbs', line 183
def update_time: () -> ::Time
|