Class: Aws::Types::AttachClassicLinkVpcRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachClassicLinkVpcRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
815 816 817 |
# File 'sig/types.rbs', line 815 def dry_run @dry_run end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
818 819 820 |
# File 'sig/types.rbs', line 818 def groups @groups end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
816 817 818 |
# File 'sig/types.rbs', line 816 def instance_id @instance_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
817 818 819 |
# File 'sig/types.rbs', line 817 def vpc_id @vpc_id end |