Class: Aws::CloudDirectory::Types::DeleteFacetRequest

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 facet to delete.

Returns:

  • (String)


2360
2361
2362
2363
2364
2365
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2360

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

#schema_arnString

The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

Returns:

  • (String)


2360
2361
2362
2363
2364
2365
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2360

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