Class: Aws::Types::UpdateVpcAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVpcAttachmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_subnet_arns ⇒ ::Array[::String]
Returns the value of attribute add_subnet_arns.
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#options ⇒ Types::VpcOptions
Returns the value of attribute options.
-
#remove_subnet_arns ⇒ ::Array[::String]
Returns the value of attribute remove_subnet_arns.
Instance Attribute Details
#add_subnet_arns ⇒ ::Array[::String]
Returns the value of attribute add_subnet_arns.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def add_subnet_arns @add_subnet_arns end |
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def @attachment_id end |
#options ⇒ Types::VpcOptions
Returns the value of attribute options.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def @options end |
#remove_subnet_arns ⇒ ::Array[::String]
Returns the value of attribute remove_subnet_arns.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def remove_subnet_arns @remove_subnet_arns end |