Class: Aws::Types::VpcAttachment

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#attachment ⇒ Types::Attachment

Returns the value of attribute attachment.



1968
1969
1970
# File 'sig/types.rbs', line 1968

def attachment
  @attachment
end

#options ⇒ Types::VpcOptions

Returns the value of attribute options.



1970
1971
1972
# File 'sig/types.rbs', line 1970

def options
  @options
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