Class: Aws::Types::ListCalculatedAttributesForProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCalculatedAttributesForProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
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.
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.
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.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def profile_id @profile_id end |