Class: Aws::Types::UpdateServiceActionInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceActionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
-
#definition ⇒ ::Hash[("Name" | "Version" | "AssumeRole" | "Parameters"), ::String]
Returns the value of attribute definition.
-
#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
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def accept_language @accept_language end |
#definition ⇒ ::Hash[("Name" | "Version" | "AssumeRole" | "Parameters"), ::String]
Returns the value of attribute definition.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def definition @definition end |
#description ⇒ ::String
Returns the value of attribute description.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def name @name end |