Class: Aws::Types::ListProfileObjectsItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:object])

Instance Attribute Summary collapse

Instance Attribute Details

#object::String

Returns the value of attribute object.

Returns:

  • (::String)


1929
1930
1931
# File 'sig/types.rbs', line 1929

def object
  @object
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


1927
1928
1929
# File 'sig/types.rbs', line 1927

def object_type_name
  @object_type_name
end

#profile_object_unique_key::String

Returns the value of attribute profile_object_unique_key.

Returns:

  • (::String)


1928
1929
1930
# File 'sig/types.rbs', line 1928

def profile_object_unique_key
  @profile_object_unique_key
end