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)


3399
3400
3401
# File 'sig/types.rbs', line 3399

def dry_run
  @dry_run
end

#optionsTypes::CreateTransitGatewayPeeringAttachmentRequestOptions

Returns the value of attribute options.



3397
3398
3399
# File 'sig/types.rbs', line 3397

def options
  @options
end

#peer_account_id::String

Returns the value of attribute peer_account_id.

Returns:

  • (::String)


3395
3396
3397
# File 'sig/types.rbs', line 3395

def 
  @peer_account_id
end

#peer_region::String

Returns the value of attribute peer_region.

Returns:

  • (::String)


3396
3397
3398
# File 'sig/types.rbs', line 3396

def peer_region
  @peer_region
end

#peer_transit_gateway_id::String

Returns the value of attribute peer_transit_gateway_id.

Returns:

  • (::String)


3394
3395
3396
# File 'sig/types.rbs', line 3394

def peer_transit_gateway_id
  @peer_transit_gateway_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3398
3399
3400
# File 'sig/types.rbs', line 3398

def tag_specifications
  @tag_specifications
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


3393
3394
3395
# File 'sig/types.rbs', line 3393

def transit_gateway_id
  @transit_gateway_id
end