Class: Aws::Types::ModifyTransitGatewayVpcAttachmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_subnet_ids::Array[::String]

Returns the value of attribute add_subnet_ids.

Returns:

  • (::Array[::String])


14330
14331
14332
# File 'sig/types.rbs', line 14330

def add_subnet_ids
  @add_subnet_ids
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14333
14334
14335
# File 'sig/types.rbs', line 14333

def dry_run
  @dry_run
end

#optionsTypes::ModifyTransitGatewayVpcAttachmentRequestOptions

Returns the value of attribute options.



14332
14333
14334
# File 'sig/types.rbs', line 14332

def options
  @options
end

#remove_subnet_ids::Array[::String]

Returns the value of attribute remove_subnet_ids.

Returns:

  • (::Array[::String])


14331
14332
14333
# File 'sig/types.rbs', line 14331

def remove_subnet_ids
  @remove_subnet_ids
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


14329
14330
14331
# File 'sig/types.rbs', line 14329

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end