Class: Aws::Route53Domains::Types::OperationSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53domains/types.rb

Overview

OperationSummary includes the following elements.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Name of the domain.

Returns:

  • (String)


2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'lib/aws-sdk-route53domains/types.rb', line 2198

class OperationSummary < Struct.new(
  :operation_id,
  :status,
  :type,
  :submitted_date,
  :domain_name,
  :message,
  :status_flag,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_dateTime

The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).

Returns:

  • (Time)


2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'lib/aws-sdk-route53domains/types.rb', line 2198

class OperationSummary < Struct.new(
  :operation_id,
  :status,
  :type,
  :submitted_date,
  :domain_name,
  :message,
  :status_flag,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Message about the operation.

Returns:

  • (String)


2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'lib/aws-sdk-route53domains/types.rb', line 2198

class OperationSummary < Struct.new(
  :operation_id,
  :status,
  :type,
  :submitted_date,
  :domain_name,
  :message,
  :status_flag,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#operation_idString

Identifier returned to track the requested action.

Returns:

  • (String)


2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'lib/aws-sdk-route53domains/types.rb', line 2198

class OperationSummary < Struct.new(
  :operation_id,
  :status,
  :type,
  :submitted_date,
  :domain_name,
  :message,
  :status_flag,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the requested operation in the system.

Returns:

  • (String)


2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'lib/aws-sdk-route53domains/types.rb', line 2198

class OperationSummary < Struct.new(
  :operation_id,
  :status,
  :type,
  :submitted_date,
  :domain_name,
  :message,
  :status_flag,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#status_flagString

Automatically checks whether there are no outstanding operations on domains that need customer attention.

Valid values are:

  • ‘PENDING_ACCEPTANCE`: The operation is waiting for acceptance from the account that is receiving the domain.

  • ‘PENDING_CUSTOMER_ACTION`: The operation is waiting for customer action, for example, returning an email.

  • ‘PENDING_AUTHORIZATION`: The operation is waiting for the form of authorization. For more information, see [ResendOperationAuthorization].

  • ‘PENDING_PAYMENT_VERIFICATION`: The operation is waiting for the payment method to validate.

  • ‘PENDING_SUPPORT_CASE`: The operation includes a support case and is waiting for its resolution.

[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ResendOperationAuthorization.html

Returns:

  • (String)


2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'lib/aws-sdk-route53domains/types.rb', line 2198

class OperationSummary < Struct.new(
  :operation_id,
  :status,
  :type,
  :submitted_date,
  :domain_name,
  :message,
  :status_flag,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#submitted_dateTime

The date when the request was submitted.

Returns:

  • (Time)


2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'lib/aws-sdk-route53domains/types.rb', line 2198

class OperationSummary < Struct.new(
  :operation_id,
  :status,
  :type,
  :submitted_date,
  :domain_name,
  :message,
  :status_flag,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Type of the action requested.

Returns:

  • (String)


2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'lib/aws-sdk-route53domains/types.rb', line 2198

class OperationSummary < Struct.new(
  :operation_id,
  :status,
  :type,
  :submitted_date,
  :domain_name,
  :message,
  :status_flag,
  :last_updated_date)
  SENSITIVE = []
  include Aws::Structure
end