Class: Aws::Types::DescribeCustomDomainAssociationsMessage

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)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def custom_domain_certificate_arn
  @custom_domain_certificate_arn
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


1071
1072
1073
# File 'sig/types.rbs', line 1071

def custom_domain_name
  @custom_domain_name
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1073
1074
1075
# File 'sig/types.rbs', line 1073

def max_records
  @max_records
end