Class: Aws::B2bi::Types::DeleteCapabilityRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capability_idString

Specifies a system-assigned unique identifier for the capability.

Returns:

  • (String)


530
531
532
533
534
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 530

class DeleteCapabilityRequest < Struct.new(
  :capability_id)
  SENSITIVE = []
  include Aws::Structure
end