Class: Aws::Types::UpdateInputSecurityGroupRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_security_group_id::String

Returns the value of attribute input_security_group_id.

Returns:

  • (::String)


3451
3452
3453
# File 'sig/types.rbs', line 3451

def input_security_group_id
  @input_security_group_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


3452
3453
3454
# File 'sig/types.rbs', line 3452

def tags
  @tags
end

#whitelist_rules::Array[Types::InputWhitelistRuleCidr]

Returns the value of attribute whitelist_rules.

Returns:



3453
3454
3455
# File 'sig/types.rbs', line 3453

def whitelist_rules
  @whitelist_rules
end