Class: Aws::Types::GetLoggingConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLoggingConfigurationResponse
- 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.
147 148 149 |
# File 'sig/types.rbs', line 147 def arn @arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
149 150 151 |
# File 'sig/types.rbs', line 149 def create_time @create_time end |
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
152 153 154 |
# File 'sig/types.rbs', line 152 def destination_configuration @destination_configuration end |
#id ⇒ ::String
Returns the value of attribute id.
148 149 150 |
# File 'sig/types.rbs', line 148 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
151 152 153 |
# File 'sig/types.rbs', line 151 def name @name end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
153 154 155 |
# File 'sig/types.rbs', line 153 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
154 155 156 |
# File 'sig/types.rbs', line 154 def end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
150 151 152 |
# File 'sig/types.rbs', line 150 def update_time @update_time end |