Class: Aws::Types::CreateEntitlementRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEntitlementRequest
- 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.
355 356 357 |
# File 'sig/types.rbs', line 355 def app_visibility @app_visibility end |
#attributes ⇒ ::Array[Types::EntitlementAttribute]
Returns the value of attribute attributes.
356 357 358 |
# File 'sig/types.rbs', line 356 def attributes @attributes end |
#description ⇒ ::String
Returns the value of attribute description.
354 355 356 |
# File 'sig/types.rbs', line 354 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
352 353 354 |
# File 'sig/types.rbs', line 352 def name @name end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
353 354 355 |
# File 'sig/types.rbs', line 353 def stack_name @stack_name end |