Class: Aws::Schemas::Types::CreateSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::CreateSchemaResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #description ⇒ String
- #last_modified ⇒ Time
- #schema_arn ⇒ String
- #schema_name ⇒ String
- #schema_version ⇒ String
-
#tags ⇒ Hash<String,String>
Key-value pairs associated with a resource.
- #type ⇒ String
- #version_created_date ⇒ Time
Instance Attribute Details
#description ⇒ String
305 306 307 308 309 310 311 312 313 314 315 316 |
# File 'lib/aws-sdk-schemas/types.rb', line 305 class CreateSchemaResponse < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
305 306 307 308 309 310 311 312 313 314 315 316 |
# File 'lib/aws-sdk-schemas/types.rb', line 305 class CreateSchemaResponse < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
305 306 307 308 309 310 311 312 313 314 315 316 |
# File 'lib/aws-sdk-schemas/types.rb', line 305 class CreateSchemaResponse < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
305 306 307 308 309 310 311 312 313 314 315 316 |
# File 'lib/aws-sdk-schemas/types.rb', line 305 class CreateSchemaResponse < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#schema_version ⇒ String
305 306 307 308 309 310 311 312 313 314 315 316 |
# File 'lib/aws-sdk-schemas/types.rb', line 305 class CreateSchemaResponse < 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.
305 306 307 308 309 310 311 312 313 314 315 316 |
# File 'lib/aws-sdk-schemas/types.rb', line 305 class CreateSchemaResponse < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
305 306 307 308 309 310 311 312 313 314 315 316 |
# File 'lib/aws-sdk-schemas/types.rb', line 305 class CreateSchemaResponse < 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
305 306 307 308 309 310 311 312 313 314 315 316 |
# File 'lib/aws-sdk-schemas/types.rb', line 305 class CreateSchemaResponse < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |