Class: Aws::Types::SchemaSummary
- Inherits:
-
Object
- Object
- Aws::Types::SchemaSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#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.
-
#version_count ⇒ ::Integer
Returns the value of attribute version_count.
Instance Attribute Details
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
494 495 496 |
# File 'sig/types.rbs', line 494 def last_modified @last_modified end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
495 496 497 |
# File 'sig/types.rbs', line 495 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
496 497 498 |
# File 'sig/types.rbs', line 496 def schema_name @schema_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
497 498 499 |
# File 'sig/types.rbs', line 497 def @tags end |
#version_count ⇒ ::Integer
Returns the value of attribute version_count.
498 499 500 |
# File 'sig/types.rbs', line 498 def version_count @version_count end |