Class: Aws::Types::LoggingConfigurationMetadata
- Inherits:
-
Object
- Object
- Aws::Types::LoggingConfigurationMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#status ⇒ Types::LoggingConfigurationStatus
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.
534 535 536 |
# File 'sig/types.rbs', line 534 def created_at @created_at end |
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
533 534 535 |
# File 'sig/types.rbs', line 533 def log_group_arn @log_group_arn end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
535 536 537 |
# File 'sig/types.rbs', line 535 def modified_at @modified_at end |
#status ⇒ Types::LoggingConfigurationStatus
Returns the value of attribute status.
531 532 533 |
# File 'sig/types.rbs', line 531 def status @status end |
#workspace ⇒ ::String
Returns the value of attribute workspace.
532 533 534 |
# File 'sig/types.rbs', line 532 def workspace @workspace end |