Class: Aws::Types::DescribeEndpointTypesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


798
799
800
# File 'sig/types.rbs', line 798

def marker
  @marker
end

#supported_endpoint_types::Array[Types::SupportedEndpointType]

Returns the value of attribute supported_endpoint_types.

Returns:



799
800
801
# File 'sig/types.rbs', line 799

def supported_endpoint_types
  @supported_endpoint_types
end