Class: Aws::Types::PutSchemaOutput
- Inherits:
-
Object
- Object
- Aws::Types::PutSchemaOutput
- 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.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
998 999 1000 |
# File 'sig/types.rbs', line 998 def created_date @created_date end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def last_updated_date @last_updated_date end |
#namespaces ⇒ ::Array[::String]
Returns the value of attribute namespaces.
997 998 999 |
# File 'sig/types.rbs', line 997 def namespaces @namespaces end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
996 997 998 |
# File 'sig/types.rbs', line 996 def policy_store_id @policy_store_id end |