Class: Aws::Proton::Types::DeleteComponentInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the component to delete.

Returns:

  • (String)


1458
1459
1460
1461
1462
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1458

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