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.
6014 6015 6016 6017 6018 6019 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6014 class DomainResult < Struct.new( :domain, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Whether the domain is active or inactive.
6014 6015 6016 6017 6018 6019 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6014 class DomainResult < Struct.new( :domain, :status) SENSITIVE = [] include Aws::Structure end |