Class: Aws::Types::VpcClassicLink

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute classic_link_enabled.

Returns:

  • (Boolean)


19011
19012
19013
# File 'sig/types.rbs', line 19011

def classic_link_enabled
  @classic_link_enabled
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19012
19013
19014
# File 'sig/types.rbs', line 19012

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


19013
19014
19015
# File 'sig/types.rbs', line 19013

def vpc_id
  @vpc_id
end