Class: Aws::Types::RemoveStreamGroupLocationsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def identifier
  @identifier
end

#locations::Array[::String]

Returns the value of attribute locations.

Returns:

  • (::Array[::String])


459
460
461
# File 'sig/types.rbs', line 459

def locations
  @locations
end