Class: Aws::Types::ListProfileObjectsItem
- Inherits:
-
Object
- Object
- Aws::Types::ListProfileObjectsItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#object ⇒ ::String
Returns the value of attribute object.
-
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
-
#profile_object_unique_key ⇒ ::String
Returns the value of attribute profile_object_unique_key.
Instance Attribute Details
#object ⇒ ::String
Returns the value of attribute object.
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.
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.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def profile_object_unique_key @profile_object_unique_key end |