Class: Aws::SecurityHub::Types::AwsCertificateManagerCertificateResourceRecord
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCertificateManagerCertificateResourceRecord
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Provides details about the CNAME record that is added to the DNS database for domain validation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the resource.
-
#type ⇒ String
The type of resource.
-
#value ⇒ String
The value of the resource.
Instance Attribute Details
#name ⇒ String
The name of the resource.
4141 4142 4143 4144 4145 4146 4147 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4141 class AwsCertificateManagerCertificateResourceRecord < Struct.new( :name, :type, :value) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of resource.
4141 4142 4143 4144 4145 4146 4147 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4141 class AwsCertificateManagerCertificateResourceRecord < Struct.new( :name, :type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the resource.
4141 4142 4143 4144 4145 4146 4147 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4141 class AwsCertificateManagerCertificateResourceRecord < Struct.new( :name, :type, :value) SENSITIVE = [] include Aws::Structure end |