Class: Aws::Types::ListCalculatedAttributesForProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name ⇒ ::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def domain_name
  @domain_name
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1697
1698
1699
# File 'sig/types.rbs', line 1697

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def next_token
  @next_token
end

#profile_id ⇒ ::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def profile_id
  @profile_id
end