Class: Aws::Types::ListResourceEndpointAssociationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


907
908
909
# File 'sig/types.rbs', line 907

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


908
909
910
# File 'sig/types.rbs', line 908

def next_token
  @next_token
end

#resource_configuration_identifier::String

Returns the value of attribute resource_configuration_identifier.

Returns:

  • (::String)


903
904
905
# File 'sig/types.rbs', line 903

def resource_configuration_identifier
  @resource_configuration_identifier
end

#resource_endpoint_association_identifier::String

Returns the value of attribute resource_endpoint_association_identifier.

Returns:

  • (::String)


904
905
906
# File 'sig/types.rbs', line 904

def resource_endpoint_association_identifier
  @resource_endpoint_association_identifier
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


905
906
907
# File 'sig/types.rbs', line 905

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_endpoint_owner::String

Returns the value of attribute vpc_endpoint_owner.

Returns:

  • (::String)


906
907
908
# File 'sig/types.rbs', line 906

def vpc_endpoint_owner
  @vpc_endpoint_owner
end