Class: Aws::Types::UpdateVpcAttachmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_subnet_arns ⇒ ::Array[::String]

Returns the value of attribute add_subnet_arns.

Returns:

  • (::Array[::String])


1937
1938
1939
# File 'sig/types.rbs', line 1937

def add_subnet_arns
  @add_subnet_arns
end

#attachment_id ⇒ ::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


1936
1937
1938
# File 'sig/types.rbs', line 1936

def attachment_id
  @attachment_id
end

#options ⇒ Types::VpcOptions

Returns the value of attribute options.

Returns:



1939
1940
1941
# File 'sig/types.rbs', line 1939

def options
  @options
end

#remove_subnet_arns ⇒ ::Array[::String]

Returns the value of attribute remove_subnet_arns.

Returns:

  • (::Array[::String])


1938
1939
1940
# File 'sig/types.rbs', line 1938

def remove_subnet_arns
  @remove_subnet_arns
end