Class: Aws::Types::CreateAccountPoolInput

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.



799
800
801
# File 'sig/types.rbs', line 799

def 
  @account_source
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def domain_identifier
  @domain_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


796
797
798
# File 'sig/types.rbs', line 796

def name
  @name
end

#resolution_strategy"MANUAL"

Returns the value of attribute resolution_strategy.

Returns:

  • ("MANUAL")


798
799
800
# File 'sig/types.rbs', line 798

def resolution_strategy
  @resolution_strategy
end