Class: Aws::Types::PropertyDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::PropertyDefinitionResponse
- 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_final ⇒ Boolean
Returns the value of attribute is_final.
-
#is_imported ⇒ Boolean
Returns the value of attribute is_imported.
-
#is_inherited ⇒ Boolean
Returns the value of attribute is_inherited.
-
#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.
951 952 953 |
# File 'sig/types.rbs', line 951 def configuration @configuration end |
#data_type ⇒ Types::DataType
Returns the value of attribute data_type.
942 943 944 |
# File 'sig/types.rbs', line 942 def data_type @data_type end |
#default_value ⇒ Types::DataValue
Returns the value of attribute default_value.
950 951 952 |
# File 'sig/types.rbs', line 950 def default_value @default_value end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
952 953 954 |
# File 'sig/types.rbs', line 952 def display_name @display_name end |
#is_external_id ⇒ Boolean
Returns the value of attribute is_external_id.
945 946 947 |
# File 'sig/types.rbs', line 945 def is_external_id @is_external_id end |
#is_final ⇒ Boolean
Returns the value of attribute is_final.
948 949 950 |
# File 'sig/types.rbs', line 948 def is_final @is_final end |
#is_imported ⇒ Boolean
Returns the value of attribute is_imported.
947 948 949 |
# File 'sig/types.rbs', line 947 def is_imported @is_imported end |
#is_inherited ⇒ Boolean
Returns the value of attribute is_inherited.
949 950 951 |
# File 'sig/types.rbs', line 949 def is_inherited @is_inherited end |
#is_required_in_entity ⇒ Boolean
Returns the value of attribute is_required_in_entity.
944 945 946 |
# File 'sig/types.rbs', line 944 def is_required_in_entity @is_required_in_entity end |
#is_stored_externally ⇒ Boolean
Returns the value of attribute is_stored_externally.
946 947 948 |
# File 'sig/types.rbs', line 946 def is_stored_externally @is_stored_externally end |
#is_time_series ⇒ Boolean
Returns the value of attribute is_time_series.
943 944 945 |
# File 'sig/types.rbs', line 943 def is_time_series @is_time_series end |