Class: Aws::Glue::Types::UpdateSchemaResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registry_nameString

The name of the registry that contains the schema.

Returns:

  • (String)


24757
24758
24759
24760
24761
24762
24763
# File 'lib/aws-sdk-glue/types.rb', line 24757

class UpdateSchemaResponse < Struct.new(
  :schema_arn,
  :schema_name,
  :registry_name)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The Amazon Resource Name (ARN) of the schema.

Returns:

  • (String)


24757
24758
24759
24760
24761
24762
24763
# File 'lib/aws-sdk-glue/types.rb', line 24757

class UpdateSchemaResponse < Struct.new(
  :schema_arn,
  :schema_name,
  :registry_name)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The name of the schema.

Returns:

  • (String)


24757
24758
24759
24760
24761
24762
24763
# File 'lib/aws-sdk-glue/types.rb', line 24757

class UpdateSchemaResponse < Struct.new(
  :schema_arn,
  :schema_name,
  :registry_name)
  SENSITIVE = []
  include Aws::Structure
end