Class: Aws::Proton::Types::UpdateComponentOutput

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

#componentTypes::Component

The detailed data of the updated component.

Returns:



5951
5952
5953
5954
5955
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5951

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