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.
1830 1831 1832 |
# File 'sig/types.rbs', line 1830 def arn @arn end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def log_group_name @log_group_name end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def updated_at @updated_at end |