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)


8659
8660
8661
# File 'sig/types.rbs', line 8659

def dry_run
  @dry_run
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


8657
8658
8659
# File 'sig/types.rbs', line 8657

def group_id
  @group_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


8658
8659
8660
# File 'sig/types.rbs', line 8658

def vpc_id
  @vpc_id
end