Class: Aws::Types::GetSchemaOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSchemaOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
-
#namespaces ⇒ ::Array[::String]
Returns the value of attribute namespaces.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
-
#schema ⇒ ::String
Returns the value of attribute schema.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
599 600 601 |
# File 'sig/types.rbs', line 599 def created_date @created_date end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
600 601 602 |
# File 'sig/types.rbs', line 600 def last_updated_date @last_updated_date end |
#namespaces ⇒ ::Array[::String]
Returns the value of attribute namespaces.
601 602 603 |
# File 'sig/types.rbs', line 601 def namespaces @namespaces end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
597 598 599 |
# File 'sig/types.rbs', line 597 def policy_store_id @policy_store_id end |
#schema ⇒ ::String
Returns the value of attribute schema.
598 599 600 |
# File 'sig/types.rbs', line 598 def schema @schema end |