Class: Aws::Types::ListProjectMembershipsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


4233
4234
4235
# File 'sig/types.rbs', line 4233

def domain_identifier
  @domain_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4238
4239
4240
# File 'sig/types.rbs', line 4238

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4237
4238
4239
# File 'sig/types.rbs', line 4237

def next_token
  @next_token
end

#project_identifier::String

Returns the value of attribute project_identifier.

Returns:

  • (::String)


4234
4235
4236
# File 'sig/types.rbs', line 4234

def project_identifier
  @project_identifier
end

#sort_by"NAME"

Returns the value of attribute sort_by.

Returns:

  • ("NAME")


4235
4236
4237
# File 'sig/types.rbs', line 4235

def sort_by
  @sort_by
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:

  • ("ASCENDING", "DESCENDING")


4236
4237
4238
# File 'sig/types.rbs', line 4236

def sort_order
  @sort_order
end