Class: Aws::Types::GetCSVHeaderResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCSVHeaderResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#csv_header ⇒ ::Array[::String]
Returns the value of attribute csv_header.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#csv_header ⇒ ::Array[::String]
Returns the value of attribute csv_header.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def csv_header @csv_header end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def user_pool_id @user_pool_id end |