Class: Aws::Types::GetIngressPointResponse

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)


555
556
557
# File 'sig/types.rbs', line 555

def a_record
  @a_record
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


561
562
563
# File 'sig/types.rbs', line 561

def created_timestamp
  @created_timestamp
end

#ingress_point_arn::String

Returns the value of attribute ingress_point_arn.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def ingress_point_arn
  @ingress_point_arn
end

#ingress_point_auth_configurationTypes::IngressPointAuthConfiguration

Returns the value of attribute ingress_point_auth_configuration.



558
559
560
# File 'sig/types.rbs', line 558

def ingress_point_auth_configuration
  @ingress_point_auth_configuration
end

#ingress_point_id::String

Returns the value of attribute ingress_point_id.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def ingress_point_id
  @ingress_point_id
end

#ingress_point_name::String

Returns the value of attribute ingress_point_name.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def ingress_point_name
  @ingress_point_name
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


562
563
564
# File 'sig/types.rbs', line 562

def last_updated_timestamp
  @last_updated_timestamp
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



559
560
561
# File 'sig/types.rbs', line 559

def network_configuration
  @network_configuration
end

#rule_set_id::String

Returns the value of attribute rule_set_id.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

def rule_set_id
  @rule_set_id
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

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


553
554
555
# File 'sig/types.rbs', line 553

def status
  @status
end

#tls_policy"REQUIRED", ...

Returns the value of attribute tls_policy.

Returns:

  • ("REQUIRED", "OPTIONAL", "FIPS")


560
561
562
# File 'sig/types.rbs', line 560

def tls_policy
  @tls_policy
end

#traffic_policy_id::String

Returns the value of attribute traffic_policy_id.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def traffic_policy_id
  @traffic_policy_id
end

#type"OPEN", ...

Returns the value of attribute type.

Returns:

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


554
555
556
# File 'sig/types.rbs', line 554

def type
  @type
end