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.
901 902 903 |
# File 'sig/types.rbs', line 901 def dry_run @dry_run end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
904 905 906 |
# File 'sig/types.rbs', line 904 def groups @groups end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
902 903 904 |
# File 'sig/types.rbs', line 902 def instance_id @instance_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
903 904 905 |
# File 'sig/types.rbs', line 903 def vpc_id @vpc_id end |