Class: Aws::Schemas::Types::SchemaOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::SchemaOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the schema.
-
#last_modified ⇒ Time
The date and time that schema was modified.
-
#schema_arn ⇒ String
The ARN of the schema.
-
#schema_name ⇒ String
The name of the schema.
-
#schema_version ⇒ String
The version number of the schema.
-
#tags ⇒ Hash<String,String>
Key-value pairs associated with a resource.
-
#type ⇒ String
The type of the schema.
-
#version_created_date ⇒ Time
The date the schema version was created.
Instance Attribute Details
#description ⇒ String
The description of the schema.
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 |
# File 'lib/aws-sdk-schemas/types.rb', line 1421 class SchemaOutput < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
The date and time that schema was modified.
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 |
# File 'lib/aws-sdk-schemas/types.rb', line 1421 class SchemaOutput < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The ARN of the schema.
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 |
# File 'lib/aws-sdk-schemas/types.rb', line 1421 class SchemaOutput < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
The name of the schema.
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 |
# File 'lib/aws-sdk-schemas/types.rb', line 1421 class SchemaOutput < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#schema_version ⇒ String
The version number of the schema
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 |
# File 'lib/aws-sdk-schemas/types.rb', line 1421 class SchemaOutput < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Key-value pairs associated with a resource.
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 |
# File 'lib/aws-sdk-schemas/types.rb', line 1421 class SchemaOutput < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the schema.
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 |
# File 'lib/aws-sdk-schemas/types.rb', line 1421 class SchemaOutput < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#version_created_date ⇒ Time
The date the schema version was created.
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 |
# File 'lib/aws-sdk-schemas/types.rb', line 1421 class SchemaOutput < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |