Class: Aws::Types::ModifySecurityGroupRulesRequest

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)


13846
13847
13848
# File 'sig/types.rbs', line 13846

def dry_run
  @dry_run
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


13844
13845
13846
# File 'sig/types.rbs', line 13844

def group_id
  @group_id
end

#security_group_rules::Array[Types::SecurityGroupRuleUpdate]

Returns the value of attribute security_group_rules.

Returns:



13845
13846
13847
# File 'sig/types.rbs', line 13845

def security_group_rules
  @security_group_rules
end