Class: Aws::MailManager::Types::GetIngressPointResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#a_recordString

The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.

Returns:

  • (String)


1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1365

class GetIngressPointResponse < Struct.new(
  :a_record,
  :created_timestamp,
  :ingress_point_arn,
  :ingress_point_auth_configuration,
  :ingress_point_id,
  :ingress_point_name,
  :last_updated_timestamp,
  :rule_set_id,
  :status,
  :traffic_policy_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

The timestamp of when the ingress endpoint was created.

Returns:

  • (Time)


1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1365

class GetIngressPointResponse < Struct.new(
  :a_record,
  :created_timestamp,
  :ingress_point_arn,
  :ingress_point_auth_configuration,
  :ingress_point_id,
  :ingress_point_name,
  :last_updated_timestamp,
  :rule_set_id,
  :status,
  :traffic_policy_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#ingress_point_arnString

The Amazon Resource Name (ARN) of the ingress endpoint resource.

Returns:

  • (String)


1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1365

class GetIngressPointResponse < Struct.new(
  :a_record,
  :created_timestamp,
  :ingress_point_arn,
  :ingress_point_auth_configuration,
  :ingress_point_id,
  :ingress_point_name,
  :last_updated_timestamp,
  :rule_set_id,
  :status,
  :traffic_policy_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#ingress_point_auth_configurationTypes::IngressPointAuthConfiguration

The authentication configuration of the ingress endpoint resource.



1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1365

class GetIngressPointResponse < Struct.new(
  :a_record,
  :created_timestamp,
  :ingress_point_arn,
  :ingress_point_auth_configuration,
  :ingress_point_id,
  :ingress_point_name,
  :last_updated_timestamp,
  :rule_set_id,
  :status,
  :traffic_policy_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#ingress_point_idString

The identifier of an ingress endpoint resource.

Returns:

  • (String)


1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1365

class GetIngressPointResponse < Struct.new(
  :a_record,
  :created_timestamp,
  :ingress_point_arn,
  :ingress_point_auth_configuration,
  :ingress_point_id,
  :ingress_point_name,
  :last_updated_timestamp,
  :rule_set_id,
  :status,
  :traffic_policy_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#ingress_point_nameString

A user friendly name for the ingress endpoint.

Returns:

  • (String)


1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1365

class GetIngressPointResponse < Struct.new(
  :a_record,
  :created_timestamp,
  :ingress_point_arn,
  :ingress_point_auth_configuration,
  :ingress_point_id,
  :ingress_point_name,
  :last_updated_timestamp,
  :rule_set_id,
  :status,
  :traffic_policy_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timestampTime

The timestamp of when the ingress endpoint was last updated.

Returns:

  • (Time)


1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1365

class GetIngressPointResponse < Struct.new(
  :a_record,
  :created_timestamp,
  :ingress_point_arn,
  :ingress_point_auth_configuration,
  :ingress_point_id,
  :ingress_point_name,
  :last_updated_timestamp,
  :rule_set_id,
  :status,
  :traffic_policy_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#rule_set_idString

The identifier of a rule set resource associated with the ingress endpoint.

Returns:

  • (String)


1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1365

class GetIngressPointResponse < Struct.new(
  :a_record,
  :created_timestamp,
  :ingress_point_arn,
  :ingress_point_auth_configuration,
  :ingress_point_id,
  :ingress_point_name,
  :last_updated_timestamp,
  :rule_set_id,
  :status,
  :traffic_policy_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the ingress endpoint resource.

Returns:

  • (String)


1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1365

class GetIngressPointResponse < Struct.new(
  :a_record,
  :created_timestamp,
  :ingress_point_arn,
  :ingress_point_auth_configuration,
  :ingress_point_id,
  :ingress_point_name,
  :last_updated_timestamp,
  :rule_set_id,
  :status,
  :traffic_policy_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#traffic_policy_idString

The identifier of the traffic policy resource associated with the ingress endpoint.

Returns:

  • (String)


1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1365

class GetIngressPointResponse < Struct.new(
  :a_record,
  :created_timestamp,
  :ingress_point_arn,
  :ingress_point_auth_configuration,
  :ingress_point_id,
  :ingress_point_name,
  :last_updated_timestamp,
  :rule_set_id,
  :status,
  :traffic_policy_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of ingress endpoint.

Returns:

  • (String)


1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1365

class GetIngressPointResponse < Struct.new(
  :a_record,
  :created_timestamp,
  :ingress_point_arn,
  :ingress_point_auth_configuration,
  :ingress_point_id,
  :ingress_point_name,
  :last_updated_timestamp,
  :rule_set_id,
  :status,
  :traffic_policy_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end