Class: Aws::Types::PropertyDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PropertyDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute configuration.
-
#data_type ⇒ Types::DataType
Returns the value of attribute data_type.
-
#default_value ⇒ Types::DataValue
Returns the value of attribute default_value.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#is_external_id ⇒ Boolean
Returns the value of attribute is_external_id.
-
#is_required_in_entity ⇒ Boolean
Returns the value of attribute is_required_in_entity.
-
#is_stored_externally ⇒ Boolean
Returns the value of attribute is_stored_externally.
-
#is_time_series ⇒ Boolean
Returns the value of attribute is_time_series.
Instance Attribute Details
#configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute configuration.
936 937 938 |
# File 'sig/types.rbs', line 936 def configuration @configuration end |
#data_type ⇒ Types::DataType
Returns the value of attribute data_type.
930 931 932 |
# File 'sig/types.rbs', line 930 def data_type @data_type end |
#default_value ⇒ Types::DataValue
Returns the value of attribute default_value.
935 936 937 |
# File 'sig/types.rbs', line 935 def default_value @default_value end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
937 938 939 |
# File 'sig/types.rbs', line 937 def display_name @display_name end |
#is_external_id ⇒ Boolean
Returns the value of attribute is_external_id.
932 933 934 |
# File 'sig/types.rbs', line 932 def is_external_id @is_external_id end |
#is_required_in_entity ⇒ Boolean
Returns the value of attribute is_required_in_entity.
931 932 933 |
# File 'sig/types.rbs', line 931 def is_required_in_entity @is_required_in_entity end |
#is_stored_externally ⇒ Boolean
Returns the value of attribute is_stored_externally.
933 934 935 |
# File 'sig/types.rbs', line 933 def is_stored_externally @is_stored_externally end |
#is_time_series ⇒ Boolean
Returns the value of attribute is_time_series.
934 935 936 |
# File 'sig/types.rbs', line 934 def is_time_series @is_time_series end |