Class: Aws::Types::DeleteSecurityGroupRequest

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)


4778
4779
4780
# File 'sig/types.rbs', line 4778

def dry_run
  @dry_run
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


4776
4777
4778
# File 'sig/types.rbs', line 4776

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


4777
4778
4779
# File 'sig/types.rbs', line 4777

def group_name
  @group_name
end