Class: Aws::Route53Domains::Types::OperationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::OperationSummary
- Defined in:
- gems/aws-sdk-route53domains/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.
2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2189 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).
2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2189 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.
2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2189 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.
2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2189 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.
2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2189 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.
2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2189 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.
2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2189 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.
2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2189 class OperationSummary < Struct.new( :operation_id, :status, :type, :submitted_date, :domain_name, :message, :status_flag, :last_updated_date) SENSITIVE = [] include Aws::Structure end |