Class: Aws::Types::AssociateSecurityGroupVpcRequest

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)


689
690
691
# File 'sig/types.rbs', line 689

def dry_run
  @dry_run
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def group_id
  @group_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def vpc_id
  @vpc_id
end