Class: Aws::Types::AccountPoolSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def domain_id
  @domain_id
end

#domain_unit_id::String

Returns the value of attribute domain_unit_id.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def domain_unit_id
  @domain_unit_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def name
  @name
end

#resolution_strategy"MANUAL"

Returns the value of attribute resolution_strategy.

Returns:

  • ("MANUAL")


90
91
92
# File 'sig/types.rbs', line 90

def resolution_strategy
  @resolution_strategy
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def updated_by
  @updated_by
end