Class: Aws::Types::GetWorkloadDeploymentPatternInput

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)


154
155
156
# File 'sig/types.rbs', line 154

def deployment_pattern_name
  @deployment_pattern_name
end

#workload_name::String

Returns the value of attribute workload_name.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def workload_name
  @workload_name
end