Class: Aws::VerifiedPermissions::Types::PutSchemaOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::PutSchemaOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:namespaces]
Instance Attribute Summary collapse
-
#created_date ⇒ Time
The date and time that the schema was originally created.
-
#last_updated_date ⇒ Time
The date and time that the schema was last updated.
-
#namespaces ⇒ Array<String>
Identifies the namespaces of the entities referenced by this schema.
-
#policy_store_id ⇒ String
The unique ID of the policy store that contains the schema.
Instance Attribute Details
#created_date ⇒ Time
The date and time that the schema was originally created.
3558 3559 3560 3561 3562 3563 3564 3565 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 3558 class PutSchemaOutput < Struct.new( :policy_store_id, :namespaces, :created_date, :last_updated_date) SENSITIVE = [:namespaces] include Aws::Structure end |
#last_updated_date ⇒ Time
The date and time that the schema was last updated.
3558 3559 3560 3561 3562 3563 3564 3565 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 3558 class PutSchemaOutput < Struct.new( :policy_store_id, :namespaces, :created_date, :last_updated_date) SENSITIVE = [:namespaces] include Aws::Structure end |
#namespaces ⇒ Array<String>
Identifies the namespaces of the entities referenced by this schema.
3558 3559 3560 3561 3562 3563 3564 3565 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 3558 class PutSchemaOutput < Struct.new( :policy_store_id, :namespaces, :created_date, :last_updated_date) SENSITIVE = [:namespaces] include Aws::Structure end |
#policy_store_id ⇒ String
The unique ID of the policy store that contains the schema.
3558 3559 3560 3561 3562 3563 3564 3565 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 3558 class PutSchemaOutput < Struct.new( :policy_store_id, :namespaces, :created_date, :last_updated_date) SENSITIVE = [:namespaces] include Aws::Structure end |