Class: Aws::Types::DeleteEntitlementRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEntitlementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
594 595 596 |
# File 'sig/types.rbs', line 594 def name @name end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
595 596 597 |
# File 'sig/types.rbs', line 595 def stack_name @stack_name end |