Class: Aws::Types::QueryLoggingConfigurationMetadata
- Inherits:
-
Object
- Object
- Aws::Types::QueryLoggingConfigurationMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#destinations ⇒ ::Array[Types::LoggingDestination]
Returns the value of attribute destinations.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#status ⇒ Types::QueryLoggingConfigurationStatus
Returns the value of attribute status.
-
#workspace ⇒ ::String
Returns the value of attribute workspace.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
626 627 628 |
# File 'sig/types.rbs', line 626 def created_at @created_at end |
#destinations ⇒ ::Array[Types::LoggingDestination]
Returns the value of attribute destinations.
625 626 627 |
# File 'sig/types.rbs', line 625 def destinations @destinations end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
627 628 629 |
# File 'sig/types.rbs', line 627 def modified_at @modified_at end |
#status ⇒ Types::QueryLoggingConfigurationStatus
Returns the value of attribute status.
623 624 625 |
# File 'sig/types.rbs', line 623 def status @status end |
#workspace ⇒ ::String
Returns the value of attribute workspace.
624 625 626 |
# File 'sig/types.rbs', line 624 def workspace @workspace end |