Class: Aws::Types::UpdateAccountPoolOutput

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.



6379
6380
6381
# File 'sig/types.rbs', line 6379

def 
  @account_source
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


6381
6382
6383
# File 'sig/types.rbs', line 6381

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


6380
6381
6382
# File 'sig/types.rbs', line 6380

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6377
6378
6379
# File 'sig/types.rbs', line 6377

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


6374
6375
6376
# File 'sig/types.rbs', line 6374

def domain_id
  @domain_id
end

#domain_unit_id::String

Returns the value of attribute domain_unit_id.

Returns:

  • (::String)


6384
6385
6386
# File 'sig/types.rbs', line 6384

def domain_unit_id
  @domain_unit_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6376
6377
6378
# File 'sig/types.rbs', line 6376

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


6382
6383
6384
# File 'sig/types.rbs', line 6382

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6375
6376
6377
# File 'sig/types.rbs', line 6375

def name
  @name
end

#resolution_strategy"MANUAL"

Returns the value of attribute resolution_strategy.

Returns:

  • ("MANUAL")


6378
6379
6380
# File 'sig/types.rbs', line 6378

def resolution_strategy
  @resolution_strategy
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


6383
6384
6385
# File 'sig/types.rbs', line 6383

def updated_by
  @updated_by
end