Class: Aws::PartnerCentralAccount::Types::PartnerDomain
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::PartnerDomain
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Represents a verified domain associated with a partner account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name that has been verified for the partner account.
-
#registered_at ⇒ Time
The timestamp when the domain was registered and verified for the partner account.
Instance Attribute Details
#domain_name ⇒ String
The domain name that has been verified for the partner account.
1812 1813 1814 1815 1816 1817 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1812 class PartnerDomain < Struct.new( :domain_name, :registered_at) SENSITIVE = [] include Aws::Structure end |
#registered_at ⇒ Time
The timestamp when the domain was registered and verified for the partner account.
1812 1813 1814 1815 1816 1817 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1812 class PartnerDomain < Struct.new( :domain_name, :registered_at) SENSITIVE = [] include Aws::Structure end |