Class: Aws::Types::CreateSecurityGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSecurityGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3281 3282 3283 |
# File 'sig/types.rbs', line 3281 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3285 3286 3287 |
# File 'sig/types.rbs', line 3285 def dry_run @dry_run end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
3282 3283 3284 |
# File 'sig/types.rbs', line 3282 def group_name @group_name end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3284 3285 3286 |
# File 'sig/types.rbs', line 3284 def tag_specifications @tag_specifications end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3283 3284 3285 |
# File 'sig/types.rbs', line 3283 def vpc_id @vpc_id end |