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.
7026 7027 7028 |
# File 'sig/types.rbs', line 7026 def dry_run @dry_run end |
#group_id ⇒ ::Array[::String]
Returns the value of attribute group_id.
7027 7028 7029 |
# File 'sig/types.rbs', line 7027 def group_id @group_id end |