Class: Aws::Types::DescribeSecurityGroupReferencesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSecurityGroupReferencesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#group_id ⇒ ::Array[::String]
Returns the value of attribute group_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7209 7210 7211 |
# File 'sig/types.rbs', line 7209 def dry_run @dry_run end |
#group_id ⇒ ::Array[::String]
Returns the value of attribute group_id.
7210 7211 7212 |
# File 'sig/types.rbs', line 7210 def group_id @group_id end |