Class: Aws::Types::ManagedLogGroup
- Inherits:
-
Object
- Object
- Aws::Types::ManagedLogGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def arn @arn end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def log_group_name @log_group_name end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def updated_at @updated_at end |