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)


10561
10562
10563
# File 'sig/types.rbs', line 10561

def next_token
  @next_token
end

#verified_access_endpoint_targets::Array[Types::VerifiedAccessEndpointTarget]

Returns the value of attribute verified_access_endpoint_targets.



10560
10561
10562
# File 'sig/types.rbs', line 10560

def verified_access_endpoint_targets
  @verified_access_endpoint_targets
end