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)


6739
6740
6741
# File 'sig/types.rbs', line 6739

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6741
6742
6743
# File 'sig/types.rbs', line 6741

def filters
  @filters
end

#group_ids::Array[::String]

Returns the value of attribute group_ids.

Returns:

  • (::Array[::String])


6738
6739
6740
# File 'sig/types.rbs', line 6738

def group_ids
  @group_ids
end

#group_names::Array[::String]

Returns the value of attribute group_names.

Returns:

  • (::Array[::String])


6740
6741
6742
# File 'sig/types.rbs', line 6740

def group_names
  @group_names
end