Class: Aws::Proton::Types::DeleteComponentOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#componentTypes::Component

The detailed data of the component being deleted.

Returns:



1470
1471
1472
1473
1474
# File 'lib/aws-sdk-proton/types.rb', line 1470

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