Class: Aws::Types::DescribePlacementGroupsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


6922
6923
6924
# File 'sig/types.rbs', line 6922

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6924
6925
6926
# File 'sig/types.rbs', line 6924

def filters
  @filters
end

#group_ids::Array[::String]

Returns the value of attribute group_ids.

Returns:

  • (::Array[::String])


6921
6922
6923
# File 'sig/types.rbs', line 6921

def group_ids
  @group_ids
end

#group_names::Array[::String]

Returns the value of attribute group_names.

Returns:

  • (::Array[::String])


6923
6924
6925
# File 'sig/types.rbs', line 6923

def group_names
  @group_names
end