Class: Aws::Types::VpcLink

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:



1550
1551
1552
# File 'sig/types.rbs', line 1550

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:



1548
1549
1550
# File 'sig/types.rbs', line 1548

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



1549
1550
1551
# File 'sig/types.rbs', line 1549

def name
  @name
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:



1552
1553
1554
# File 'sig/types.rbs', line 1552

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:



1553
1554
1555
# File 'sig/types.rbs', line 1553

def status_message
  @status_message
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



1554
1555
1556
# File 'sig/types.rbs', line 1554

def tags
  @tags
end

#target_arns::Array[::String]

Returns the value of attribute target_arns.

Returns:



1551
1552
1553
# File 'sig/types.rbs', line 1551

def target_arns
  @target_arns
end