Class: Aws::Types::CreateTransitGatewayConnectRequest

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)


3435
3436
3437
# File 'sig/types.rbs', line 3435

def dry_run
  @dry_run
end

#optionsTypes::CreateTransitGatewayConnectRequestOptions

Returns the value of attribute options.



3433
3434
3435
# File 'sig/types.rbs', line 3433

def options
  @options
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3434
3435
3436
# File 'sig/types.rbs', line 3434

def tag_specifications
  @tag_specifications
end

#transport_transit_gateway_attachment_id::String

Returns the value of attribute transport_transit_gateway_attachment_id.

Returns:

  • (::String)


3432
3433
3434
# File 'sig/types.rbs', line 3432

def transport_transit_gateway_attachment_id
  @transport_transit_gateway_attachment_id
end