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

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


2788
2789
2790
# File 'sig/types.rbs', line 2788

def created_date
  @created_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2789
2790
2791
# File 'sig/types.rbs', line 2789

def name
  @name
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


2790
2791
2792
# File 'sig/types.rbs', line 2790

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


2791
2792
2793
# File 'sig/types.rbs', line 2791

def subnet_ids
  @subnet_ids
end

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

Returns the value of attribute tags.

Returns:

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


2792
2793
2794
# File 'sig/types.rbs', line 2792

def tags
  @tags
end

Returns the value of attribute vpc_link_id.

Returns:

  • (::String)


2793
2794
2795
# File 'sig/types.rbs', line 2793

def vpc_link_id
  @vpc_link_id
end

Returns the value of attribute vpc_link_status.

Returns:

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


2794
2795
2796
# File 'sig/types.rbs', line 2794

def vpc_link_status
  @vpc_link_status
end

Returns the value of attribute vpc_link_status_message.

Returns:

  • (::String)


2795
2796
2797
# File 'sig/types.rbs', line 2795

def vpc_link_status_message
  @vpc_link_status_message
end

Returns the value of attribute vpc_link_version.

Returns:

  • ("V2")


2796
2797
2798
# File 'sig/types.rbs', line 2796

def vpc_link_version
  @vpc_link_version
end