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)


3446
3447
3448
# File 'sig/types.rbs', line 3446

def input_security_group_id
  @input_security_group_id
end

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

Returns the value of attribute tags.

Returns:

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


3447
3448
3449
# File 'sig/types.rbs', line 3447

def tags
  @tags
end

#whitelist_rules::Array[Types::InputWhitelistRuleCidr]

Returns the value of attribute whitelist_rules.

Returns:



3448
3449
3450
# File 'sig/types.rbs', line 3448

def whitelist_rules
  @whitelist_rules
end