Class: Aws::Types::InputSecurityGroupWhitelistRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute tags.

Returns:

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


1896
1897
1898
# File 'sig/types.rbs', line 1896

def tags
  @tags
end

#whitelist_rules::Array[Types::InputWhitelistRuleCidr]

Returns the value of attribute whitelist_rules.

Returns:



1897
1898
1899
# File 'sig/types.rbs', line 1897

def whitelist_rules
  @whitelist_rules
end