Class: Aws::Types::ActionGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::ActionGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_group_id ⇒ ::String
Returns the value of attribute action_group_id.
-
#action_group_name ⇒ ::String
Returns the value of attribute action_group_name.
-
#action_group_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute action_group_state.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#action_group_id ⇒ ::String
Returns the value of attribute action_group_id.
45 46 47 |
# File 'sig/types.rbs', line 45 def action_group_id @action_group_id end |
#action_group_name ⇒ ::String
Returns the value of attribute action_group_name.
46 47 48 |
# File 'sig/types.rbs', line 46 def action_group_name @action_group_name end |
#action_group_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute action_group_state.
47 48 49 |
# File 'sig/types.rbs', line 47 def action_group_state @action_group_state end |
#description ⇒ ::String
Returns the value of attribute description.
48 49 50 |
# File 'sig/types.rbs', line 48 def description @description end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
49 50 51 |
# File 'sig/types.rbs', line 49 def updated_at @updated_at end |