Class: Aws::Types::GetVpcLinkResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


1588
1589
1590
# File 'sig/types.rbs', line 1588

def created_date
  @created_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1589
1590
1591
# File 'sig/types.rbs', line 1589

def name
  @name
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


1590
1591
1592
# File 'sig/types.rbs', line 1590

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


1591
1592
1593
# File 'sig/types.rbs', line 1591

def subnet_ids
  @subnet_ids
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1592
1593
1594
# File 'sig/types.rbs', line 1592

def tags
  @tags
end

Returns the value of attribute vpc_link_id.

Returns:

  • (::String)


1593
1594
1595
# File 'sig/types.rbs', line 1593

def vpc_link_id
  @vpc_link_id
end

Returns the value of attribute vpc_link_status.

Returns:

  • ("PENDING", "AVAILABLE", "DELETING", "FAILED", "INACTIVE")


1594
1595
1596
# File 'sig/types.rbs', line 1594

def vpc_link_status
  @vpc_link_status
end

Returns the value of attribute vpc_link_status_message.

Returns:

  • (::String)


1595
1596
1597
# File 'sig/types.rbs', line 1595

def vpc_link_status_message
  @vpc_link_status_message
end

Returns the value of attribute vpc_link_version.

Returns:

  • ("V2")


1596
1597
1598
# File 'sig/types.rbs', line 1596

def vpc_link_version
  @vpc_link_version
end