Class: Aws::Types::ListCertificateDomainValidationsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.



750
751
752
# File 'sig/types.rbs', line 750

def certificate_arn
  @certificate_arn
end

#max_items::Integer

Returns the value of attribute max_items.



752
753
754
# File 'sig/types.rbs', line 752

def max_items
  @max_items
end

#next_token::String

Returns the value of attribute next_token.



751
752
753
# File 'sig/types.rbs', line 751

def next_token
  @next_token
end