Class: Aws::Types::GetCSVHeaderResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#csv_header::Array[::String]

Returns the value of attribute csv_header.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1151
1152
1153
# File 'sig/types.rbs', line 1151

def user_pool_id
  @user_pool_id
end