Class: Aws::Types::DescribeBlueGreenDeploymentsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#blue_green_deployment_identifier::String

Returns the value of attribute blue_green_deployment_identifier.



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

def blue_green_deployment_identifier
  @blue_green_deployment_identifier
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.



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

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.



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

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.



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

def max_records
  @max_records
end