Class: Aws::Types::Entitlement
- Inherits:
-
Object
- Object
- Aws::Types::Entitlement
- 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.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#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.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def app_visibility @app_visibility end |
#attributes ⇒ ::Array[Types::EntitlementAttribute]
Returns the value of attribute attributes.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def attributes @attributes end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def description @description end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def name @name end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def stack_name @stack_name end |