Class: Aws::Types::FieldSummary
- Inherits:
-
Object
- Object
- Aws::Types::FieldSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ Types::FieldAttributes
Returns the value of attribute attributes.
-
#field_arn ⇒ ::String
Returns the value of attribute field_arn.
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#namespace ⇒ "System", "Custom"
Returns the value of attribute namespace.
-
#type ⇒ "Text", ...
Returns the value of attribute type.
Instance Attribute Details
#attributes ⇒ Types::FieldAttributes
Returns the value of attribute attributes.
580 581 582 |
# File 'sig/types.rbs', line 580 def attributes @attributes end |
#field_arn ⇒ ::String
Returns the value of attribute field_arn.
576 577 578 |
# File 'sig/types.rbs', line 576 def field_arn @field_arn end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
575 576 577 |
# File 'sig/types.rbs', line 575 def field_id @field_id end |
#name ⇒ ::String
Returns the value of attribute name.
577 578 579 |
# File 'sig/types.rbs', line 577 def name @name end |
#namespace ⇒ "System", "Custom"
Returns the value of attribute namespace.
579 580 581 |
# File 'sig/types.rbs', line 579 def namespace @namespace end |
#type ⇒ "Text", ...
Returns the value of attribute type.
578 579 580 |
# File 'sig/types.rbs', line 578 def type @type end |