Class: Aws::Types::DescribeVpcEndpointServicesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8012
8013
8014
# File 'sig/types.rbs', line 8012

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



8014
8015
8016
# File 'sig/types.rbs', line 8014

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


8015
8016
8017
# File 'sig/types.rbs', line 8015

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8016
8017
8018
# File 'sig/types.rbs', line 8016

def next_token
  @next_token
end

#service_names::Array[::String]

Returns the value of attribute service_names.

Returns:

  • (::Array[::String])


8013
8014
8015
# File 'sig/types.rbs', line 8013

def service_names
  @service_names
end

#service_regions::Array[::String]

Returns the value of attribute service_regions.

Returns:

  • (::Array[::String])


8017
8018
8019
# File 'sig/types.rbs', line 8017

def service_regions
  @service_regions
end