Class: Aws::Types::CreateTransitGatewayVpcAttachmentRequest

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)


3673
3674
3675
# File 'sig/types.rbs', line 3673

def dry_run
  @dry_run
end

#optionsTypes::CreateTransitGatewayVpcAttachmentRequestOptions

Returns the value of attribute options.



3671
3672
3673
# File 'sig/types.rbs', line 3671

def options
  @options
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


3670
3671
3672
# File 'sig/types.rbs', line 3670

def subnet_ids
  @subnet_ids
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3672
3673
3674
# File 'sig/types.rbs', line 3672

def tag_specifications
  @tag_specifications
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


3668
3669
3670
# File 'sig/types.rbs', line 3668

def transit_gateway_id
  @transit_gateway_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


3669
3670
3671
# File 'sig/types.rbs', line 3669

def vpc_id
  @vpc_id
end