Class: Aws::Types::CreateAccountPoolOutput

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.



809
810
811
# File 'sig/types.rbs', line 809

def 
  @account_source
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


811
812
813
# File 'sig/types.rbs', line 811

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


807
808
809
# File 'sig/types.rbs', line 807

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def domain_id
  @domain_id
end

#domain_unit_id::String

Returns the value of attribute domain_unit_id.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def domain_unit_id
  @domain_unit_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


806
807
808
# File 'sig/types.rbs', line 806

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


812
813
814
# File 'sig/types.rbs', line 812

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


805
806
807
# File 'sig/types.rbs', line 805

def name
  @name
end

#resolution_strategy"MANUAL"

Returns the value of attribute resolution_strategy.

Returns:

  • ("MANUAL")


808
809
810
# File 'sig/types.rbs', line 808

def resolution_strategy
  @resolution_strategy
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def updated_by
  @updated_by
end