Module: Aws::MailManager::Client::_GetIngressPointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIngressPointResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #a_record ⇒ ::String
- #created_timestamp ⇒ ::Time
- #ingress_point_arn ⇒ ::String
- #ingress_point_auth_configuration ⇒ Types::IngressPointAuthConfiguration
- #ingress_point_id ⇒ ::String
- #ingress_point_name ⇒ ::String
- #last_updated_timestamp ⇒ ::Time
- #network_configuration ⇒ Types::NetworkConfiguration
- #rule_set_id ⇒ ::String
- #status ⇒ "PROVISIONING", ...
- #tls_policy ⇒ "REQUIRED", ...
- #traffic_policy_id ⇒ ::String
- #type ⇒ "OPEN", ...
Instance Method Details
#a_record ⇒ ::String
494 |
# File 'sig/client.rbs', line 494
def a_record: () -> ::String
|
#created_timestamp ⇒ ::Time
500 |
# File 'sig/client.rbs', line 500
def created_timestamp: () -> ::Time
|
#ingress_point_arn ⇒ ::String
491 |
# File 'sig/client.rbs', line 491
def ingress_point_arn: () -> ::String
|
#ingress_point_auth_configuration ⇒ Types::IngressPointAuthConfiguration
497 |
# File 'sig/client.rbs', line 497
def ingress_point_auth_configuration: () -> Types::IngressPointAuthConfiguration
|
#ingress_point_id ⇒ ::String
489 |
# File 'sig/client.rbs', line 489
def ingress_point_id: () -> ::String
|
#ingress_point_name ⇒ ::String
490 |
# File 'sig/client.rbs', line 490
def ingress_point_name: () -> ::String
|
#last_updated_timestamp ⇒ ::Time
501 |
# File 'sig/client.rbs', line 501
def last_updated_timestamp: () -> ::Time
|
#network_configuration ⇒ Types::NetworkConfiguration
498 |
# File 'sig/client.rbs', line 498
def network_configuration: () -> Types::NetworkConfiguration
|
#rule_set_id ⇒ ::String
495 |
# File 'sig/client.rbs', line 495
def rule_set_id: () -> ::String
|
#status ⇒ "PROVISIONING", ...
492 |
# File 'sig/client.rbs', line 492
def status: () -> ("PROVISIONING" | "DEPROVISIONING" | "UPDATING" | "ACTIVE" | "CLOSED" | "FAILED" | "ASSOCIATED_VPC_ENDPOINT_DOES_NOT_EXIST")
|
#tls_policy ⇒ "REQUIRED", ...
499 |
# File 'sig/client.rbs', line 499
def tls_policy: () -> ("REQUIRED" | "OPTIONAL" | "FIPS")
|
#traffic_policy_id ⇒ ::String
496 |
# File 'sig/client.rbs', line 496
def traffic_policy_id: () -> ::String
|
#type ⇒ "OPEN", ...
493 |
# File 'sig/client.rbs', line 493
def type: () -> ("OPEN" | "AUTH" | "MTLS")
|