Class: Aws::Types::UpdateLoggingConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLoggingConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "ACTIVE"
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
320 321 322 |
# File 'sig/types.rbs', line 320 def arn @arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
322 323 324 |
# File 'sig/types.rbs', line 322 def create_time @create_time end |
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
325 326 327 |
# File 'sig/types.rbs', line 325 def destination_configuration @destination_configuration end |
#id ⇒ ::String
Returns the value of attribute id.
321 322 323 |
# File 'sig/types.rbs', line 321 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
324 325 326 |
# File 'sig/types.rbs', line 324 def name @name end |
#state ⇒ "ACTIVE"
Returns the value of attribute state.
326 327 328 |
# File 'sig/types.rbs', line 326 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
327 328 329 |
# File 'sig/types.rbs', line 327 def @tags end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
323 324 325 |
# File 'sig/types.rbs', line 323 def update_time @update_time end |