Class: Aws::Types::ProviderSchemaAttribute
- Inherits:
-
Object
- Object
- Aws::Types::ProviderSchemaAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#hashing ⇒ Boolean
Returns the value of attribute hashing.
-
#sub_type ⇒ ::String
Returns the value of attribute sub_type.
-
#type ⇒ "NAME", ...
Returns the value of attribute type.
Instance Attribute Details
#field_name ⇒ ::String
Returns the value of attribute field_name.
744 745 746 |
# File 'sig/types.rbs', line 744 def field_name @field_name end |
#hashing ⇒ Boolean
Returns the value of attribute hashing.
747 748 749 |
# File 'sig/types.rbs', line 747 def hashing @hashing end |
#sub_type ⇒ ::String
Returns the value of attribute sub_type.
746 747 748 |
# File 'sig/types.rbs', line 746 def sub_type @sub_type end |
#type ⇒ "NAME", ...
Returns the value of attribute type.
745 746 747 |
# File 'sig/types.rbs', line 745 def type @type end |