Class: Aws::Types::DeleteProfileObjectRequest

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)


698
699
700
# File 'sig/types.rbs', line 698

def domain_name
  @domain_name
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def object_type_name
  @object_type_name
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def profile_id
  @profile_id
end

#profile_object_unique_key::String

Returns the value of attribute profile_object_unique_key.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def profile_object_unique_key
  @profile_object_unique_key
end