Class: Aws::Types::ListDomainsInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_page_size::Integer

Returns the value of attribute maximum_page_size.



589
590
591
# File 'sig/types.rbs', line 589

def maximum_page_size
  @maximum_page_size
end

#next_page_token::String

Returns the value of attribute next_page_token.



587
588
589
# File 'sig/types.rbs', line 587

def next_page_token
  @next_page_token
end

#registration_status"REGISTERED", "DEPRECATED"

Returns the value of attribute registration_status.



588
589
590
# File 'sig/types.rbs', line 588

def registration_status
  @registration_status
end

#reverse_orderBoolean

Returns the value of attribute reverse_order.



590
591
592
# File 'sig/types.rbs', line 590

def reverse_order
  @reverse_order
end