Class: Aws::Types::ComponentDeploymentSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_version ⇒ ::String

Returns the value of attribute component_version.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def component_version
  @component_version
end

#configuration_update ⇒ Types::ComponentConfigurationUpdate

Returns the value of attribute configuration_update.



113
114
115
# File 'sig/types.rbs', line 113

def configuration_update
  @configuration_update
end

#run_with ⇒ Types::ComponentRunWith

Returns the value of attribute run_with.



114
115
116
# File 'sig/types.rbs', line 114

def run_with
  @run_with
end