Class: Aws::Types::DescribeInputSecurityGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInputSecurityGroupResponse
- 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.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def arn @arn end |
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def channels @channels end |
#id ⇒ ::String
Returns the value of attribute id.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def id @id end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def inputs @inputs end |
#state ⇒ "IDLE", ...
Returns the value of attribute state.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def @tags end |
#whitelist_rules ⇒ ::Array[Types::InputWhitelistRule]
Returns the value of attribute whitelist_rules.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def whitelist_rules @whitelist_rules end |