Class: Aws::Types::DescribeSchemaOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSchemaOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#version_created_date ⇒ ::Time
Returns the value of attribute version_created_date.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
183 184 185 |
# File 'sig/types.rbs', line 183 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
184 185 186 |
# File 'sig/types.rbs', line 184 def description @description end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
185 186 187 |
# File 'sig/types.rbs', line 185 def last_modified @last_modified end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
186 187 188 |
# File 'sig/types.rbs', line 186 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
187 188 189 |
# File 'sig/types.rbs', line 187 def schema_name @schema_name end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
188 189 190 |
# File 'sig/types.rbs', line 188 def schema_version @schema_version end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
189 190 191 |
# File 'sig/types.rbs', line 189 def end |
#type ⇒ ::String
Returns the value of attribute type.
190 191 192 |
# File 'sig/types.rbs', line 190 def type @type end |
#version_created_date ⇒ ::Time
Returns the value of attribute version_created_date.
191 192 193 |
# File 'sig/types.rbs', line 191 def version_created_date @version_created_date end |