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.
3231 3232 3233 |
# File 'sig/types.rbs', line 3231 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3235 3236 3237 |
# File 'sig/types.rbs', line 3235 def dry_run @dry_run end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
3232 3233 3234 |
# File 'sig/types.rbs', line 3232 def group_name @group_name end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3234 3235 3236 |
# File 'sig/types.rbs', line 3234 def tag_specifications @tag_specifications end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3233 3234 3235 |
# File 'sig/types.rbs', line 3233 def vpc_id @vpc_id end |