Class: Aws::Types::ClassicLinkInstance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#groups::Array[Types::GroupIdentifier]

Returns the value of attribute groups.

Returns:



1728
1729
1730
# File 'sig/types.rbs', line 1728

def groups
  @groups
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1729
1730
1731
# File 'sig/types.rbs', line 1729

def instance_id
  @instance_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1730
1731
1732
# File 'sig/types.rbs', line 1730

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1731
1732
1733
# File 'sig/types.rbs', line 1731

def vpc_id
  @vpc_id
end