Class: Aws::Types::GetDeploymentPatternVersionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_pattern_name::String

Returns the value of attribute deployment_pattern_name.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def deployment_pattern_name
  @deployment_pattern_name
end

#deployment_pattern_version_name::String

Returns the value of attribute deployment_pattern_version_name.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def deployment_pattern_version_name
  @deployment_pattern_version_name
end

#workload_name::String

Returns the value of attribute workload_name.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def workload_name
  @workload_name
end