Class: Aws::Types::UpdateAccountPoolInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#account_sourceTypes::AccountSource

Returns the value of attribute account_source.



6369
6370
6371
# File 'sig/types.rbs', line 6369

def 
  @account_source
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6367
6368
6369
# File 'sig/types.rbs', line 6367

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6364
6365
6366
# File 'sig/types.rbs', line 6364

def domain_identifier
  @domain_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6365
6366
6367
# File 'sig/types.rbs', line 6365

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6366
6367
6368
# File 'sig/types.rbs', line 6366

def name
  @name
end

#resolution_strategy"MANUAL"

Returns the value of attribute resolution_strategy.

Returns:

  • ("MANUAL")


6368
6369
6370
# File 'sig/types.rbs', line 6368

def resolution_strategy
  @resolution_strategy
end