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
1382 |
# File 'sig/client.rbs', line 1382
def attribute_name: () -> ::String
|
#domain_name ⇒ ::String
1381 |
# File 'sig/client.rbs', line 1381
def domain_name: () -> ::String
|
#items ⇒ ::Array[Types::AttributeValueItem]
1383 |
# File 'sig/client.rbs', line 1383
def items: () -> ::Array[Types::AttributeValueItem]
|
#status_code ⇒ ::Integer
1384 |
# File 'sig/client.rbs', line 1384
def status_code: () -> ::Integer
|