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.
3119 3120 3121 |
# File 'sig/types.rbs', line 3119 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3123 3124 3125 |
# File 'sig/types.rbs', line 3123 def dry_run @dry_run end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
3120 3121 3122 |
# File 'sig/types.rbs', line 3120 def group_name @group_name end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3122 3123 3124 |
# File 'sig/types.rbs', line 3122 def tag_specifications @tag_specifications end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3121 3122 3123 |
# File 'sig/types.rbs', line 3121 def vpc_id @vpc_id end |