Class: Aws::Types::UpdateSecurityGroupRuleDescriptionsIngressRequest

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)


18813
18814
18815
# File 'sig/types.rbs', line 18813

def dry_run
  @dry_run
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


18814
18815
18816
# File 'sig/types.rbs', line 18814

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


18815
18816
18817
# File 'sig/types.rbs', line 18815

def group_name
  @group_name
end

#ip_permissions::Array[Types::IpPermission]

Returns the value of attribute ip_permissions.

Returns:



18816
18817
18818
# File 'sig/types.rbs', line 18816

def ip_permissions
  @ip_permissions
end

#security_group_rule_descriptions::Array[Types::SecurityGroupRuleDescription]

Returns the value of attribute security_group_rule_descriptions.



18817
18818
18819
# File 'sig/types.rbs', line 18817

def security_group_rule_descriptions
  @security_group_rule_descriptions
end