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)


7809
7810
7811
# File 'sig/types.rbs', line 7809

def next_token
  @next_token
end

#service_configurations::Array[Types::ServiceConfiguration]

Returns the value of attribute service_configurations.

Returns:



7808
7809
7810
# File 'sig/types.rbs', line 7808

def service_configurations
  @service_configurations
end