Class: Aws::Types::RemoveEndpointsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_group_arn::String

Returns the value of attribute endpoint_group_arn.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

def endpoint_group_arn
  @endpoint_group_arn
end

#endpoint_identifiers::Array[Types::EndpointIdentifier]

Returns the value of attribute endpoint_identifiers.

Returns:



783
784
785
# File 'sig/types.rbs', line 783

def endpoint_identifiers
  @endpoint_identifiers
end