Class: Aws::Types::VpcAttachment
- Inherits:
-
Object
- Object
- Aws::Types::VpcAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment ⇒ Types::Attachment
Returns the value of attribute attachment.
-
#options ⇒ Types::VpcOptions
Returns the value of attribute options.
-
#subnet_arns ⇒ ::Array[::String]
Returns the value of attribute subnet_arns.
Instance Attribute Details
#attachment ⇒ Types::Attachment
Returns the value of attribute attachment.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def end |
#options ⇒ Types::VpcOptions
Returns the value of attribute options.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def end |
#subnet_arns ⇒ ::Array[::String]
Returns the value of attribute subnet_arns.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def subnet_arns @subnet_arns end |