Class: Aws::Types::GetFieldResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFieldResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ Types::FieldAttributes
Returns the value of attribute attributes.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#deleted ⇒ Boolean
Returns the value of attribute deleted.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#field_arn ⇒ ::String
Returns the value of attribute field_arn.
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#namespace ⇒ "System", "Custom"
Returns the value of attribute namespace.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "Text", ...
Returns the value of attribute type.
Instance Attribute Details
#attributes ⇒ Types::FieldAttributes
Returns the value of attribute attributes.
702 703 704 |
# File 'sig/types.rbs', line 702 def attributes @attributes end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
700 701 702 |
# File 'sig/types.rbs', line 700 def created_time @created_time end |
#deleted ⇒ Boolean
Returns the value of attribute deleted.
699 700 701 |
# File 'sig/types.rbs', line 699 def deleted @deleted end |
#description ⇒ ::String
Returns the value of attribute description.
695 696 697 |
# File 'sig/types.rbs', line 695 def description @description end |
#field_arn ⇒ ::String
Returns the value of attribute field_arn.
694 695 696 |
# File 'sig/types.rbs', line 694 def field_arn @field_arn end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
692 693 694 |
# File 'sig/types.rbs', line 692 def field_id @field_id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
701 702 703 |
# File 'sig/types.rbs', line 701 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
693 694 695 |
# File 'sig/types.rbs', line 693 def name @name end |
#namespace ⇒ "System", "Custom"
Returns the value of attribute namespace.
697 698 699 |
# File 'sig/types.rbs', line 697 def namespace @namespace end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
698 699 700 |
# File 'sig/types.rbs', line 698 def @tags end |
#type ⇒ "Text", ...
Returns the value of attribute type.
696 697 698 |
# File 'sig/types.rbs', line 696 def type @type end |