Class: Aws::Types::InputSecurityGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1882
1883
1884
# File 'sig/types.rbs', line 1882

def arn
  @arn
end

#channels::Array[::String]

Returns the value of attribute channels.

Returns:

  • (::Array[::String])


1888
1889
1890
# File 'sig/types.rbs', line 1888

def channels
  @channels
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1883
1884
1885
# File 'sig/types.rbs', line 1883

def id
  @id
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


1884
1885
1886
# File 'sig/types.rbs', line 1884

def inputs
  @inputs
end

#state"IDLE", ...

Returns the value of attribute state.

Returns:

  • ("IDLE", "IN_USE", "UPDATING", "DELETED")


1885
1886
1887
# File 'sig/types.rbs', line 1885

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


1886
1887
1888
# File 'sig/types.rbs', line 1886

def tags
  @tags
end

#whitelist_rules::Array[Types::InputWhitelistRule]

Returns the value of attribute whitelist_rules.

Returns:



1887
1888
1889
# File 'sig/types.rbs', line 1887

def whitelist_rules
  @whitelist_rules
end