Class: Aws::Types::ListPrincipalsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


379
380
381
# File 'sig/types.rbs', line 379

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def next_token
  @next_token
end

#principals::Array[::String]

Returns the value of attribute principals.

Returns:

  • (::Array[::String])


375
376
377
# File 'sig/types.rbs', line 375

def principals
  @principals
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def resource_arn
  @resource_arn
end

#resource_owner"SELF", "OTHER-ACCOUNTS"

Returns the value of attribute resource_owner.

Returns:

  • ("SELF", "OTHER-ACCOUNTS")


373
374
375
# File 'sig/types.rbs', line 373

def resource_owner
  @resource_owner
end

#resource_share_arns::Array[::String]

Returns the value of attribute resource_share_arns.

Returns:

  • (::Array[::String])


377
378
379
# File 'sig/types.rbs', line 377

def resource_share_arns
  @resource_share_arns
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def resource_type
  @resource_type
end