Class: Aws::Schemas::Types::UpdateSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::UpdateSchemaResponse
- 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
1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-schemas/types.rb', line 1953 class UpdateSchemaResponse < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-schemas/types.rb', line 1953 class UpdateSchemaResponse < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-schemas/types.rb', line 1953 class UpdateSchemaResponse < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-schemas/types.rb', line 1953 class UpdateSchemaResponse < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#schema_version ⇒ String
1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-schemas/types.rb', line 1953 class UpdateSchemaResponse < 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.
1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-schemas/types.rb', line 1953 class UpdateSchemaResponse < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-schemas/types.rb', line 1953 class UpdateSchemaResponse < 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
1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-schemas/types.rb', line 1953 class UpdateSchemaResponse < Struct.new( :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |