Class: Aws::Types::CreateVpcLinkResponse

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)


751
752
753
# File 'sig/types.rbs', line 751

def created_date
  @created_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

def name
  @name
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


753
754
755
# File 'sig/types.rbs', line 753

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


754
755
756
# File 'sig/types.rbs', line 754

def subnet_ids
  @subnet_ids
end

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

Returns the value of attribute tags.

Returns:

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


755
756
757
# File 'sig/types.rbs', line 755

def tags
  @tags
end

Returns the value of attribute vpc_link_id.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def vpc_link_id
  @vpc_link_id
end

Returns the value of attribute vpc_link_status.

Returns:

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


757
758
759
# File 'sig/types.rbs', line 757

def vpc_link_status
  @vpc_link_status
end

Returns the value of attribute vpc_link_status_message.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

def vpc_link_status_message
  @vpc_link_status_message
end

Returns the value of attribute vpc_link_version.

Returns:

  • ("V2")


759
760
761
# File 'sig/types.rbs', line 759

def vpc_link_version
  @vpc_link_version
end