Class: Aws::Types::PolicyAttributeTypeDescription
- Inherits:
-
Object
- Object
- Aws::Types::PolicyAttributeTypeDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#attribute_type ⇒ ::String
Returns the value of attribute attribute_type.
-
#cardinality ⇒ ::String
Returns the value of attribute cardinality.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
442 443 444 |
# File 'sig/types.rbs', line 442 def attribute_name @attribute_name end |
#attribute_type ⇒ ::String
Returns the value of attribute attribute_type.
443 444 445 |
# File 'sig/types.rbs', line 443 def attribute_type @attribute_type end |
#cardinality ⇒ ::String
Returns the value of attribute cardinality.
446 447 448 |
# File 'sig/types.rbs', line 446 def cardinality @cardinality end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
445 446 447 |
# File 'sig/types.rbs', line 445 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
444 445 446 |
# File 'sig/types.rbs', line 444 def description @description end |