Class: Aws::Types::ListProjectProfilesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


4249
4250
4251
# File 'sig/types.rbs', line 4249

def domain_identifier
  @domain_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4254
4255
4256
# File 'sig/types.rbs', line 4254

def max_results
  @max_results
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4250
4251
4252
# File 'sig/types.rbs', line 4250

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4253
4254
4255
# File 'sig/types.rbs', line 4253

def next_token
  @next_token
end

#sort_by"NAME"

Returns the value of attribute sort_by.

Returns:

  • ("NAME")


4251
4252
4253
# File 'sig/types.rbs', line 4251

def sort_by
  @sort_by
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:

  • ("ASCENDING", "DESCENDING")


4252
4253
4254
# File 'sig/types.rbs', line 4252

def sort_order
  @sort_order
end