Module: Aws::CustomerProfiles::Client::_ListProfileAttributeValuesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ProfileAttributeValuesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attribute_name ⇒ ::String
- #domain_name ⇒ ::String
- #items ⇒ ::Array[Types::AttributeValueItem]
- #status_code ⇒ ::Integer
Instance Method Details
#attribute_name ⇒ ::String
1447 |
# File 'sig/client.rbs', line 1447
def attribute_name: () -> ::String
|
#domain_name ⇒ ::String
1446 |
# File 'sig/client.rbs', line 1446
def domain_name: () -> ::String
|
#items ⇒ ::Array[Types::AttributeValueItem]
1448 |
# File 'sig/client.rbs', line 1448
def items: () -> ::Array[Types::AttributeValueItem]
|
#status_code ⇒ ::Integer
1449 |
# File 'sig/client.rbs', line 1449
def status_code: () -> ::Integer
|