Class: Aws::Types::SchemaInputAttribute
- Inherits:
-
Object
- Object
- Aws::Types::SchemaInputAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#hashed ⇒ Boolean
Returns the value of attribute hashed.
-
#match_key ⇒ ::String
Returns the value of attribute match_key.
-
#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.
821 822 823 |
# File 'sig/types.rbs', line 821 def field_name @field_name end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
823 824 825 |
# File 'sig/types.rbs', line 823 def group_name @group_name end |
#hashed ⇒ Boolean
Returns the value of attribute hashed.
826 827 828 |
# File 'sig/types.rbs', line 826 def hashed @hashed end |
#match_key ⇒ ::String
Returns the value of attribute match_key.
824 825 826 |
# File 'sig/types.rbs', line 824 def match_key @match_key end |
#sub_type ⇒ ::String
Returns the value of attribute sub_type.
825 826 827 |
# File 'sig/types.rbs', line 825 def sub_type @sub_type end |
#type ⇒ "NAME", ...
Returns the value of attribute type.
822 823 824 |
# File 'sig/types.rbs', line 822 def type @type end |