Class: Aws::Types::ListDeploymentPatternVersionsInput

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)


193
194
195
# File 'sig/types.rbs', line 193

def deployment_pattern_name
  @deployment_pattern_name
end

#filters::Array[Types::DeploymentPatternVersionFilter]

Returns the value of attribute filters.



196
197
198
# File 'sig/types.rbs', line 196

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


194
195
196
# File 'sig/types.rbs', line 194

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def next_token
  @next_token
end

#workload_name::String

Returns the value of attribute workload_name.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def workload_name
  @workload_name
end