Class: Aws::Types::ProfileAttributeValuesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ProfileAttributeValuesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#items ⇒ ::Array[Types::AttributeValueItem]
Returns the value of attribute items.
-
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def attribute_name @attribute_name end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def domain_name @domain_name end |
#items ⇒ ::Array[Types::AttributeValueItem]
Returns the value of attribute items.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def items @items end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def status_code @status_code end |