Class: Aws::Types::ServiceActionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceActionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition_type ⇒ "SSM_AUTOMATION"
Returns the value of attribute definition_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#definition_type ⇒ "SSM_AUTOMATION"
Returns the value of attribute definition_type.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def definition_type @definition_type end |
#description ⇒ ::String
Returns the value of attribute description.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def name @name end |