Module: Aws::MailManager::Client::_GetIngressPointResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetIngressPointResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#a_record::String

Returns:

  • (::String)


494
# File 'sig/client.rbs', line 494

def a_record: () -> ::String

#created_timestamp::Time

Returns:

  • (::Time)


500
# File 'sig/client.rbs', line 500

def created_timestamp: () -> ::Time

#ingress_point_arn::String

Returns:

  • (::String)


491
# File 'sig/client.rbs', line 491

def ingress_point_arn: () -> ::String

#ingress_point_auth_configurationTypes::IngressPointAuthConfiguration



497
# File 'sig/client.rbs', line 497

def ingress_point_auth_configuration: () -> Types::IngressPointAuthConfiguration

#ingress_point_id::String

Returns:

  • (::String)


489
# File 'sig/client.rbs', line 489

def ingress_point_id: () -> ::String

#ingress_point_name::String

Returns:

  • (::String)


490
# File 'sig/client.rbs', line 490

def ingress_point_name: () -> ::String

#last_updated_timestamp::Time

Returns:

  • (::Time)


501
# File 'sig/client.rbs', line 501

def last_updated_timestamp: () -> ::Time

#network_configurationTypes::NetworkConfiguration



498
# File 'sig/client.rbs', line 498

def network_configuration: () -> Types::NetworkConfiguration

#rule_set_id::String

Returns:

  • (::String)


495
# File 'sig/client.rbs', line 495

def rule_set_id: () -> ::String

#status"PROVISIONING", ...

Returns:

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


492
# File 'sig/client.rbs', line 492

def status: () -> ("PROVISIONING" | "DEPROVISIONING" | "UPDATING" | "ACTIVE" | "CLOSED" | "FAILED" | "ASSOCIATED_VPC_ENDPOINT_DOES_NOT_EXIST")

#tls_policy"REQUIRED", ...

Returns:

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


499
# File 'sig/client.rbs', line 499

def tls_policy: () -> ("REQUIRED" | "OPTIONAL" | "FIPS")

#traffic_policy_id::String

Returns:

  • (::String)


496
# File 'sig/client.rbs', line 496

def traffic_policy_id: () -> ::String

#type"OPEN", ...

Returns:

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


493
# File 'sig/client.rbs', line 493

def type: () -> ("OPEN" | "AUTH" | "MTLS")