Class: Aws::Types::DisassociateSecurityGroupVpcRequest

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)


8448
8449
8450
# File 'sig/types.rbs', line 8448

def dry_run
  @dry_run
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


8446
8447
8448
# File 'sig/types.rbs', line 8446

def group_id
  @group_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


8447
8448
8449
# File 'sig/types.rbs', line 8447

def vpc_id
  @vpc_id
end