Class: Aws::Types::LoggingConfigurationSummary
- Inherits:
-
Object
- Object
- Aws::Types::LoggingConfigurationSummary
- 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 ⇒ "CREATING", ...
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.
220 221 222 |
# File 'sig/types.rbs', line 220 def arn @arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
222 223 224 |
# File 'sig/types.rbs', line 222 def create_time @create_time end |
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
225 226 227 |
# File 'sig/types.rbs', line 225 def destination_configuration @destination_configuration end |
#id ⇒ ::String
Returns the value of attribute id.
221 222 223 |
# File 'sig/types.rbs', line 221 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
224 225 226 |
# File 'sig/types.rbs', line 224 def name @name end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
226 227 228 |
# File 'sig/types.rbs', line 226 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
227 228 229 |
# File 'sig/types.rbs', line 227 def @tags end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
223 224 225 |
# File 'sig/types.rbs', line 223 def update_time @update_time end |