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])


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.

Returns:

  • (::String)


1170
1171
1172
# File 'sig/types.rbs', line 1170

def user_pool_id
  @user_pool_id
end