Class: Aws::VerifiedPermissions::Types::GetSchemaOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::GetSchemaOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:schema, :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 most recently updated.
-
#namespaces ⇒ Array<String>
The namespaces of the entities referenced by this schema.
-
#policy_store_id ⇒ String
The ID of the policy store that contains the schema.
-
#schema ⇒ String
The body of the schema, written in Cedar schema JSON.
Instance Attribute Details
#created_date ⇒ Time
The date and time that the schema was originally created.
1981 1982 1983 1984 1985 1986 1987 1988 1989 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1981 class GetSchemaOutput < Struct.new( :policy_store_id, :schema, :created_date, :last_updated_date, :namespaces) SENSITIVE = [:schema, :namespaces] include Aws::Structure end |
#last_updated_date ⇒ Time
The date and time that the schema was most recently updated.
1981 1982 1983 1984 1985 1986 1987 1988 1989 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1981 class GetSchemaOutput < Struct.new( :policy_store_id, :schema, :created_date, :last_updated_date, :namespaces) SENSITIVE = [:schema, :namespaces] include Aws::Structure end |
#namespaces ⇒ Array<String>
The namespaces of the entities referenced by this schema.
1981 1982 1983 1984 1985 1986 1987 1988 1989 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1981 class GetSchemaOutput < Struct.new( :policy_store_id, :schema, :created_date, :last_updated_date, :namespaces) SENSITIVE = [:schema, :namespaces] include Aws::Structure end |
#policy_store_id ⇒ String
The ID of the policy store that contains the schema.
1981 1982 1983 1984 1985 1986 1987 1988 1989 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1981 class GetSchemaOutput < Struct.new( :policy_store_id, :schema, :created_date, :last_updated_date, :namespaces) SENSITIVE = [:schema, :namespaces] include Aws::Structure end |
#schema ⇒ String
The body of the schema, written in Cedar schema JSON.
1981 1982 1983 1984 1985 1986 1987 1988 1989 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1981 class GetSchemaOutput < Struct.new( :policy_store_id, :schema, :created_date, :last_updated_date, :namespaces) SENSITIVE = [:schema, :namespaces] include Aws::Structure end |