Class: Aws::Types::VPCConnectionSummary

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)


13403
13404
13405
# File 'sig/types.rbs', line 13403

def arn
  @arn
end

#availability_status"AVAILABLE", ...

Returns the value of attribute availability_status.

Returns:

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


13409
13410
13411
# File 'sig/types.rbs', line 13409

def availability_status
  @availability_status
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


13412
13413
13414
# File 'sig/types.rbs', line 13412

def created_time
  @created_time
end

#dns_resolvers::Array[::String]

Returns the value of attribute dns_resolvers.

Returns:

  • (::Array[::String])


13407
13408
13409
# File 'sig/types.rbs', line 13407

def dns_resolvers
  @dns_resolvers
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


13413
13414
13415
# File 'sig/types.rbs', line 13413

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


13404
13405
13406
# File 'sig/types.rbs', line 13404

def name
  @name
end

#network_interfaces::Array[Types::NetworkInterface]

Returns the value of attribute network_interfaces.

Returns:



13410
13411
13412
# File 'sig/types.rbs', line 13410

def network_interfaces
  @network_interfaces
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


13411
13412
13413
# File 'sig/types.rbs', line 13411

def role_arn
  @role_arn
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


13406
13407
13408
# File 'sig/types.rbs', line 13406

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")


13408
13409
13410
# File 'sig/types.rbs', line 13408

def status
  @status
end

#vpc_connection_id::String

Returns the value of attribute vpc_connection_id.

Returns:

  • (::String)


13402
13403
13404
# File 'sig/types.rbs', line 13402

def vpc_connection_id
  @vpc_connection_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


13405
13406
13407
# File 'sig/types.rbs', line 13405

def vpc_id
  @vpc_id
end