Class: Aws::Route53Domains::Types::OperationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::OperationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
OperationSummary includes the following elements.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
Name of the domain.
-
#last_updated_date ⇒ Time
The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).
-
#message ⇒ String
Message about the operation.
-
#operation_id ⇒ String
Identifier returned to track the requested action.
-
#status ⇒ String
The current status of the requested operation in the system.
-
#status_flag ⇒ String
Automatically checks whether there are no outstanding operations on domains that need customer attention.
-
#submitted_date ⇒ Time
The date when the request was submitted.
-
#type ⇒ String
Type of the action requested.
Instance Attribute Details
#domain_name ⇒ String
Name of the domain.
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_date ⇒ Time
The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).
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 |
#message ⇒ String
Message about the operation.
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_id ⇒ String
Identifier returned to track the requested action.
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 ⇒ String
The current status of the requested operation in the system.
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_flag ⇒ String
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
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_date ⇒ Time
The date when the request was submitted.
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 |
#type ⇒ String
Type of the action requested.
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 |