Class: Aws::Types::ListOrganizationAdminAccountsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#feature"SecurityHub", "SecurityHubV2"

Returns the value of attribute feature.

Returns:



6525
6526
6527
# File 'sig/types.rbs', line 6525

def feature
  @feature
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6523
6524
6525
# File 'sig/types.rbs', line 6523

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6524
6525
6526
# File 'sig/types.rbs', line 6524

def next_token
  @next_token
end