Class: Aws::Types::CreateTransitGatewayPeeringRequest

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)


567
568
569
# File 'sig/types.rbs', line 567

def client_token
  @client_token
end

#core_network_id ⇒ ::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def core_network_id
  @core_network_id
end

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

Returns the value of attribute tags.

Returns:



566
567
568
# File 'sig/types.rbs', line 566

def tags
  @tags
end

#transit_gateway_arn ⇒ ::String

Returns the value of attribute transit_gateway_arn.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def transit_gateway_arn
  @transit_gateway_arn
end