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)


7012
7013
7014
# File 'sig/types.rbs', line 7012

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



7014
7015
7016
# File 'sig/types.rbs', line 7014

def filters
  @filters
end

#group_ids::Array[::String]

Returns the value of attribute group_ids.

Returns:

  • (::Array[::String])


7011
7012
7013
# File 'sig/types.rbs', line 7011

def group_ids
  @group_ids
end

#group_names::Array[::String]

Returns the value of attribute group_names.

Returns:

  • (::Array[::String])


7013
7014
7015
# File 'sig/types.rbs', line 7013

def group_names
  @group_names
end