Class: Aws::Types::SchemaMappingSummary
- Inherits:
-
Object
- Object
- Aws::Types::SchemaMappingSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#has_workflows ⇒ Boolean
Returns the value of attribute has_workflows.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
833 834 835 |
# File 'sig/types.rbs', line 833 def created_at @created_at end |
#has_workflows ⇒ Boolean
Returns the value of attribute has_workflows.
835 836 837 |
# File 'sig/types.rbs', line 835 def has_workflows @has_workflows end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
832 833 834 |
# File 'sig/types.rbs', line 832 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
831 832 833 |
# File 'sig/types.rbs', line 831 def schema_name @schema_name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
834 835 836 |
# File 'sig/types.rbs', line 834 def updated_at @updated_at end |