Class: Aws::Types::UpdateVpcLinkResponse

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)


2775
2776
2777
# File 'sig/types.rbs', line 2775

def created_date
  @created_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2776
2777
2778
# File 'sig/types.rbs', line 2776

def name
  @name
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


2777
2778
2779
# File 'sig/types.rbs', line 2777

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


2778
2779
2780
# File 'sig/types.rbs', line 2778

def subnet_ids
  @subnet_ids
end

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

Returns the value of attribute tags.

Returns:

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


2779
2780
2781
# File 'sig/types.rbs', line 2779

def tags
  @tags
end

Returns the value of attribute vpc_link_id.

Returns:

  • (::String)


2780
2781
2782
# File 'sig/types.rbs', line 2780

def vpc_link_id
  @vpc_link_id
end

Returns the value of attribute vpc_link_status.

Returns:

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


2781
2782
2783
# File 'sig/types.rbs', line 2781

def vpc_link_status
  @vpc_link_status
end

Returns the value of attribute vpc_link_status_message.

Returns:

  • (::String)


2782
2783
2784
# File 'sig/types.rbs', line 2782

def vpc_link_status_message
  @vpc_link_status_message
end

Returns the value of attribute vpc_link_version.

Returns:

  • ("V2")


2783
2784
2785
# File 'sig/types.rbs', line 2783

def vpc_link_version
  @vpc_link_version
end