Class: Aws::Types::CreateTransitGatewayPeeringAttachmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3511
3512
3513
# File 'sig/types.rbs', line 3511

def dry_run
  @dry_run
end

#optionsTypes::CreateTransitGatewayPeeringAttachmentRequestOptions

Returns the value of attribute options.



3509
3510
3511
# File 'sig/types.rbs', line 3509

def options
  @options
end

#peer_account_id::String

Returns the value of attribute peer_account_id.

Returns:

  • (::String)


3507
3508
3509
# File 'sig/types.rbs', line 3507

def 
  @peer_account_id
end

#peer_region::String

Returns the value of attribute peer_region.

Returns:

  • (::String)


3508
3509
3510
# File 'sig/types.rbs', line 3508

def peer_region
  @peer_region
end

#peer_transit_gateway_id::String

Returns the value of attribute peer_transit_gateway_id.

Returns:

  • (::String)


3506
3507
3508
# File 'sig/types.rbs', line 3506

def peer_transit_gateway_id
  @peer_transit_gateway_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3510
3511
3512
# File 'sig/types.rbs', line 3510

def tag_specifications
  @tag_specifications
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


3505
3506
3507
# File 'sig/types.rbs', line 3505

def transit_gateway_id
  @transit_gateway_id
end