Class: Aws::Types::InputSecurityGroup
- Inherits:
-
Object
- Object
- Aws::Types::InputSecurityGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#state ⇒ "IDLE", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#whitelist_rules ⇒ ::Array[Types::InputWhitelistRule]
Returns the value of attribute whitelist_rules.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def arn @arn end |
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def channels @channels end |
#id ⇒ ::String
Returns the value of attribute id.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def id @id end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def inputs @inputs end |
#state ⇒ "IDLE", ...
Returns the value of attribute state.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def @tags end |
#whitelist_rules ⇒ ::Array[Types::InputWhitelistRule]
Returns the value of attribute whitelist_rules.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def whitelist_rules @whitelist_rules end |