Class: Aws::Types::GroupResourcesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def group
  @group
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


193
194
195
# File 'sig/types.rbs', line 193

def resource_arns
  @resource_arns
end