Class: Aws::Types::RouteAnalysisEndpointOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address ⇒ ::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


1658
1659
1660
# File 'sig/types.rbs', line 1658

def ip_address
  @ip_address
end

#transit_gateway_arn ⇒ ::String

Returns the value of attribute transit_gateway_arn.

Returns:

  • (::String)


1657
1658
1659
# File 'sig/types.rbs', line 1657

def transit_gateway_arn
  @transit_gateway_arn
end

#transit_gateway_attachment_arn ⇒ ::String

Returns the value of attribute transit_gateway_attachment_arn.

Returns:

  • (::String)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def transit_gateway_attachment_arn
  @transit_gateway_attachment_arn
end