Class: Aws::Types::GetCalculatedAttributeForProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_attribute_name::String

Returns the value of attribute calculated_attribute_name.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def calculated_attribute_name
  @calculated_attribute_name
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def domain_name
  @domain_name
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def profile_id
  @profile_id
end