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)


3561
3562
3563
# File 'sig/types.rbs', line 3561

def dry_run
  @dry_run
end

#optionsTypes::CreateTransitGatewayPeeringAttachmentRequestOptions

Returns the value of attribute options.



3559
3560
3561
# File 'sig/types.rbs', line 3559

def options
  @options
end

#peer_account_id::String

Returns the value of attribute peer_account_id.

Returns:

  • (::String)


3557
3558
3559
# File 'sig/types.rbs', line 3557

def 
  @peer_account_id
end

#peer_region::String

Returns the value of attribute peer_region.

Returns:

  • (::String)


3558
3559
3560
# File 'sig/types.rbs', line 3558

def peer_region
  @peer_region
end

#peer_transit_gateway_id::String

Returns the value of attribute peer_transit_gateway_id.

Returns:

  • (::String)


3556
3557
3558
# File 'sig/types.rbs', line 3556

def peer_transit_gateway_id
  @peer_transit_gateway_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3560
3561
3562
# File 'sig/types.rbs', line 3560

def tag_specifications
  @tag_specifications
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


3555
3556
3557
# File 'sig/types.rbs', line 3555

def transit_gateway_id
  @transit_gateway_id
end