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
Note:
When making an API call, you may pass AwsCertificateManagerCertificateResourceRecord data as a hash:
{
name: "NonEmptyString",
type: "NonEmptyString",
value: "NonEmptyString",
}
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.
2662 2663 2664 2665 2666 2667 2668 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 2662 class AwsCertificateManagerCertificateResourceRecord < Struct.new( :name, :type, :value) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of resource.
2662 2663 2664 2665 2666 2667 2668 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 2662 class AwsCertificateManagerCertificateResourceRecord < Struct.new( :name, :type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the resource.
2662 2663 2664 2665 2666 2667 2668 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 2662 class AwsCertificateManagerCertificateResourceRecord < Struct.new( :name, :type, :value) SENSITIVE = [] include Aws::Structure end |