Class: Aws::Types::ListVpcEndpointAssociationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def next_token
  @next_token
end

#vpc_endpoint_associations ⇒ ::Array[Types::VpcEndpointAssociationMetadata]

Returns the value of attribute vpc_endpoint_associations.



1208
1209
1210
# File 'sig/types.rbs', line 1208

def vpc_endpoint_associations
  @vpc_endpoint_associations
end