Class: Aws::Schemas::Types::UpdateSchemaResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
# File 'gems/aws-sdk-schemas/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_modifiedTime

Returns:

  • (Time)


1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
# File 'gems/aws-sdk-schemas/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_arnString

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
# File 'gems/aws-sdk-schemas/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_nameString

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
# File 'gems/aws-sdk-schemas/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_versionString

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
# File 'gems/aws-sdk-schemas/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

#tagsHash<String,String>

Key-value pairs associated with a resource.

Returns:

  • (Hash<String,String>)


1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
# File 'gems/aws-sdk-schemas/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

#typeString

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
# File 'gems/aws-sdk-schemas/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_dateTime

Returns:

  • (Time)


1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
# File 'gems/aws-sdk-schemas/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