Class: Aws::CloudDirectory::Types::UpdateSchemaRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the schema.

Returns:

  • (String)


5374
5375
5376
5377
5378
5379
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5374

class UpdateSchemaRequest < Struct.new(
  :schema_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

Returns:

  • (String)


5374
5375
5376
5377
5378
5379
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5374

class UpdateSchemaRequest < Struct.new(
  :schema_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end