Class: Aws::ACM::Types::DnsNameFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::DnsNameFilter
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
Filters certificates by DNS name.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparison_operator ⇒ String
The comparison operator to use.
-
#value ⇒ String
The DNS name value to match against.
Instance Attribute Details
#comparison_operator ⇒ String
The comparison operator to use.
1789 1790 1791 1792 1793 1794 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1789 class DnsNameFilter < Struct.new( :value, :comparison_operator) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The DNS name value to match against.
1789 1790 1791 1792 1793 1794 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1789 class DnsNameFilter < Struct.new( :value, :comparison_operator) SENSITIVE = [] include Aws::Structure end |