Class: Aws::CloudFront::Types::DomainResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DomainResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The details about the domain result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The specified domain.
-
#status ⇒ String
Whether the domain is active or inactive.
Instance Attribute Details
#domain ⇒ String
The specified domain.
5602 5603 5604 5605 5606 5607 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5602 class DomainResult < Struct.new( :domain, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Whether the domain is active or inactive.
5602 5603 5604 5605 5606 5607 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5602 class DomainResult < Struct.new( :domain, :status) SENSITIVE = [] include Aws::Structure end |