Class: Aws::Types::TransitGatewayPolicyTableAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


18460
18461
18462
# File 'sig/types.rbs', line 18460

def resource_id
  @resource_id
end

#resource_type"vpc", ...

Returns the value of attribute resource_type.

Returns:

  • ("vpc", "vpn", "vpn-concentrator", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function", "client-vpn")


18461
18462
18463
# File 'sig/types.rbs', line 18461

def resource_type
  @resource_type
end

#state"associating", ...

Returns the value of attribute state.

Returns:

  • ("associating", "associated", "disassociating", "disassociated")


18462
18463
18464
# File 'sig/types.rbs', line 18462

def state
  @state
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18459
18460
18461
# File 'sig/types.rbs', line 18459

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end

#transit_gateway_policy_table_id::String

Returns the value of attribute transit_gateway_policy_table_id.

Returns:

  • (::String)


18458
18459
18460
# File 'sig/types.rbs', line 18458

def transit_gateway_policy_table_id
  @transit_gateway_policy_table_id
end