Class: Aws::Types::IngressPoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#a_record::String

Returns the value of attribute a_record.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def a_record
  @a_record
end

#ingress_point_id::String

Returns the value of attribute ingress_point_id.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def ingress_point_id
  @ingress_point_id
end

#ingress_point_name::String

Returns the value of attribute ingress_point_name.

Returns:

  • (::String)


717
718
719
# File 'sig/types.rbs', line 717

def ingress_point_name
  @ingress_point_name
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

  • ("PROVISIONING", "DEPROVISIONING", "UPDATING", "ACTIVE", "CLOSED", "FAILED", "ASSOCIATED_VPC_ENDPOINT_DOES_NOT_EXIST")


719
720
721
# File 'sig/types.rbs', line 719

def status
  @status
end

#type"OPEN", ...

Returns the value of attribute type.

Returns:

  • ("OPEN", "AUTH", "MTLS")


720
721
722
# File 'sig/types.rbs', line 720

def type
  @type
end