Class: Aws::Types::VPCConnection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


12918
12919
12920
# File 'sig/types.rbs', line 12918

def arn
  @arn
end

#availability_status"AVAILABLE", ...

Returns the value of attribute availability_status.

Returns:

  • ("AVAILABLE", "UNAVAILABLE", "PARTIALLY_AVAILABLE")


12924
12925
12926
# File 'sig/types.rbs', line 12924

def availability_status
  @availability_status
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


12927
12928
12929
# File 'sig/types.rbs', line 12927

def created_time
  @created_time
end

#dns_resolvers::Array[::String]

Returns the value of attribute dns_resolvers.

Returns:

  • (::Array[::String])


12922
12923
12924
# File 'sig/types.rbs', line 12922

def dns_resolvers
  @dns_resolvers
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


12928
12929
12930
# File 'sig/types.rbs', line 12928

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12919
12920
12921
# File 'sig/types.rbs', line 12919

def name
  @name
end

#network_interfaces::Array[Types::NetworkInterface]

Returns the value of attribute network_interfaces.

Returns:



12925
12926
12927
# File 'sig/types.rbs', line 12925

def network_interfaces
  @network_interfaces
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


12926
12927
12928
# File 'sig/types.rbs', line 12926

def role_arn
  @role_arn
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


12921
12922
12923
# File 'sig/types.rbs', line 12921

def security_group_ids
  @security_group_ids
end

#status"CREATION_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETION_IN_PROGRESS", "DELETION_FAILED", "DELETED")


12923
12924
12925
# File 'sig/types.rbs', line 12923

def status
  @status
end

#vpc_connection_id::String

Returns the value of attribute vpc_connection_id.

Returns:

  • (::String)


12917
12918
12919
# File 'sig/types.rbs', line 12917

def vpc_connection_id
  @vpc_connection_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


12920
12921
12922
# File 'sig/types.rbs', line 12920

def vpc_id
  @vpc_id
end