Class: Aws::Types::ListDomainConfigurationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


3218
3219
3220
# File 'sig/types.rbs', line 3218

def marker
  @marker
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


3219
3220
3221
# File 'sig/types.rbs', line 3219

def page_size
  @page_size
end

#service_type"DATA", ...

Returns the value of attribute service_type.

Returns:

  • ("DATA", "CREDENTIAL_PROVIDER", "JOBS")


3220
3221
3222
# File 'sig/types.rbs', line 3220

def service_type
  @service_type
end