Class: Aws::Types::GetSchemaMappingOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSchemaMappingOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#has_workflows ⇒ Boolean
Returns the value of attribute has_workflows.
-
#mapped_input_fields ⇒ ::Array[Types::SchemaInputAttribute]
Returns the value of attribute mapped_input_fields.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
396 397 398 |
# File 'sig/types.rbs', line 396 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
394 395 396 |
# File 'sig/types.rbs', line 394 def description @description end |
#has_workflows ⇒ Boolean
Returns the value of attribute has_workflows.
399 400 401 |
# File 'sig/types.rbs', line 399 def has_workflows @has_workflows end |
#mapped_input_fields ⇒ ::Array[Types::SchemaInputAttribute]
Returns the value of attribute mapped_input_fields.
395 396 397 |
# File 'sig/types.rbs', line 395 def mapped_input_fields @mapped_input_fields end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
393 394 395 |
# File 'sig/types.rbs', line 393 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
392 393 394 |
# File 'sig/types.rbs', line 392 def schema_name @schema_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
398 399 400 |
# File 'sig/types.rbs', line 398 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
397 398 399 |
# File 'sig/types.rbs', line 397 def updated_at @updated_at end |