Class: Aws::Types::UpdateEntitlementRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEntitlementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_visibility ⇒ "ALL", "ASSOCIATED"
Returns the value of attribute app_visibility.
-
#attributes ⇒ ::Array[Types::EntitlementAttribute]
Returns the value of attribute attributes.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
Instance Attribute Details
#app_visibility ⇒ "ALL", "ASSOCIATED"
Returns the value of attribute app_visibility.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def app_visibility @app_visibility end |
#attributes ⇒ ::Array[Types::EntitlementAttribute]
Returns the value of attribute attributes.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def attributes @attributes end |
#description ⇒ ::String
Returns the value of attribute description.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def name @name end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def stack_name @stack_name end |