Class: Aws::Types::ListCustomDomainAssociationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_domain_certificate_arn::String

Returns the value of attribute custom_domain_certificate_arn.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def custom_domain_certificate_arn
  @custom_domain_certificate_arn
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def custom_domain_name
  @custom_domain_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


502
503
504
# File 'sig/types.rbs', line 502

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def next_token
  @next_token
end