Class: Aws::Types::CreateLoggingConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateLoggingConfigurationResponse
- 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.
52 53 54 |
# File 'sig/types.rbs', line 52 def arn @arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
54 55 56 |
# File 'sig/types.rbs', line 54 def create_time @create_time end |
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
57 58 59 |
# File 'sig/types.rbs', line 57 def destination_configuration @destination_configuration end |
#id ⇒ ::String
Returns the value of attribute id.
53 54 55 |
# File 'sig/types.rbs', line 53 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
56 57 58 |
# File 'sig/types.rbs', line 56 def name @name end |
#state ⇒ "ACTIVE"
Returns the value of attribute state.
58 59 60 |
# File 'sig/types.rbs', line 58 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
59 60 61 |
# File 'sig/types.rbs', line 59 def end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
55 56 57 |
# File 'sig/types.rbs', line 55 def update_time @update_time end |