Class: Aws::Types::CreateTransitGatewayRouteTableAttachmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def client_token
  @client_token
end

#peering_id ⇒ ::String

Returns the value of attribute peering_id.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def peering_id
  @peering_id
end

#routing_policy_label ⇒ ::String

Returns the value of attribute routing_policy_label.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def routing_policy_label
  @routing_policy_label
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



580
581
582
# File 'sig/types.rbs', line 580

def tags
  @tags
end

#transit_gateway_route_table_arn ⇒ ::String

Returns the value of attribute transit_gateway_route_table_arn.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def transit_gateway_route_table_arn
  @transit_gateway_route_table_arn
end