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.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def csv_header @csv_header end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def user_pool_id @user_pool_id end |