Class: Aws::Types::BatchGetCalculatedAttributeForProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:condition_overrides])

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_attribute_name::String

Returns the value of attribute calculated_attribute_name.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def calculated_attribute_name
  @calculated_attribute_name
end

#condition_overridesTypes::ConditionOverrides

Returns the value of attribute condition_overrides.



169
170
171
# File 'sig/types.rbs', line 169

def condition_overrides
  @condition_overrides
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def domain_name
  @domain_name
end

#profile_ids::Array[::String]

Returns the value of attribute profile_ids.

Returns:

  • (::Array[::String])


168
169
170
# File 'sig/types.rbs', line 168

def profile_ids
  @profile_ids
end