Class: Aws::Types::GetAccountPoolOutput

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.



2486
2487
2488
# File 'sig/types.rbs', line 2486

def 
  @account_source
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2488
2489
2490
# File 'sig/types.rbs', line 2488

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


2487
2488
2489
# File 'sig/types.rbs', line 2487

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2484
2485
2486
# File 'sig/types.rbs', line 2484

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2481
2482
2483
# File 'sig/types.rbs', line 2481

def domain_id
  @domain_id
end

#domain_unit_id::String

Returns the value of attribute domain_unit_id.

Returns:

  • (::String)


2491
2492
2493
# File 'sig/types.rbs', line 2491

def domain_unit_id
  @domain_unit_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2483
2484
2485
# File 'sig/types.rbs', line 2483

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2489
2490
2491
# File 'sig/types.rbs', line 2489

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2482
2483
2484
# File 'sig/types.rbs', line 2482

def name
  @name
end

#resolution_strategy"MANUAL"

Returns the value of attribute resolution_strategy.

Returns:

  • ("MANUAL")


2485
2486
2487
# File 'sig/types.rbs', line 2485

def resolution_strategy
  @resolution_strategy
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


2490
2491
2492
# File 'sig/types.rbs', line 2490

def updated_by
  @updated_by
end