Class: Aws::Types::DescribeBlueGreenDeploymentsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blue_green_deployment_identifier::String

Returns the value of attribute blue_green_deployment_identifier.

Returns:

  • (::String)


1944
1945
1946
# File 'sig/types.rbs', line 1944

def blue_green_deployment_identifier
  @blue_green_deployment_identifier
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



1945
1946
1947
# File 'sig/types.rbs', line 1945

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1946
1947
1948
# File 'sig/types.rbs', line 1946

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1947
1948
1949
# File 'sig/types.rbs', line 1947

def max_records
  @max_records
end