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)


19338
19339
19340
# File 'sig/types.rbs', line 19338

def classic_link_enabled
  @classic_link_enabled
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19339
19340
19341
# File 'sig/types.rbs', line 19339

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


19340
19341
19342
# File 'sig/types.rbs', line 19340

def vpc_id
  @vpc_id
end