Class: Aws::Types::DescribeServiceLinkVirtualInterfacesRequest

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)


7086
7087
7088
# File 'sig/types.rbs', line 7086

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



7083
7084
7085
# File 'sig/types.rbs', line 7083

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7084
7085
7086
# File 'sig/types.rbs', line 7084

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7085
7086
7087
# File 'sig/types.rbs', line 7085

def next_token
  @next_token
end

Returns the value of attribute service_link_virtual_interface_ids.

Returns:

  • (::Array[::String])


7082
7083
7084
# File 'sig/types.rbs', line 7082

def service_link_virtual_interface_ids
  @service_link_virtual_interface_ids
end