Class: Aws::Types::ListDomainConflictsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


2506
2507
2508
# File 'sig/types.rbs', line 2506

def domain
  @domain
end

#domain_control_validation_resourceTypes::DistributionResourceId

Returns the value of attribute domain_control_validation_resource.



2507
2508
2509
# File 'sig/types.rbs', line 2507

def domain_control_validation_resource
  @domain_control_validation_resource
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2509
2510
2511
# File 'sig/types.rbs', line 2509

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2508
2509
2510
# File 'sig/types.rbs', line 2508

def max_items
  @max_items
end