Class: Aws::Types::GetVerifiedAccessEndpointTargetsResult

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)


10786
10787
10788
# File 'sig/types.rbs', line 10786

def next_token
  @next_token
end

#verified_access_endpoint_targets::Array[Types::VerifiedAccessEndpointTarget]

Returns the value of attribute verified_access_endpoint_targets.



10785
10786
10787
# File 'sig/types.rbs', line 10785

def verified_access_endpoint_targets
  @verified_access_endpoint_targets
end