Class: Aws::Types::DescribeVpcEndpointServiceConfigurationsResult

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)


7992
7993
7994
# File 'sig/types.rbs', line 7992

def next_token
  @next_token
end

#service_configurations::Array[Types::ServiceConfiguration]

Returns the value of attribute service_configurations.

Returns:



7991
7992
7993
# File 'sig/types.rbs', line 7991

def service_configurations
  @service_configurations
end