Class: Aws::Types::UserPoolDescriptionType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


2500
2501
2502
# File 'sig/types.rbs', line 2500

def creation_date
  @creation_date
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2495
2496
2497
# File 'sig/types.rbs', line 2495

def id
  @id
end

#lambda_configTypes::LambdaConfigType

Returns the value of attribute lambda_config.



2497
2498
2499
# File 'sig/types.rbs', line 2497

def lambda_config
  @lambda_config
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


2499
2500
2501
# File 'sig/types.rbs', line 2499

def last_modified_date
  @last_modified_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2496
2497
2498
# File 'sig/types.rbs', line 2496

def name
  @name
end

#replica_regions::Array[::String]

Returns the value of attribute replica_regions.

Returns:

  • (::Array[::String])


2501
2502
2503
# File 'sig/types.rbs', line 2501

def replica_regions
  @replica_regions
end

#status"Enabled", "Disabled"

Returns the value of attribute status.

Returns:

  • ("Enabled", "Disabled")


2498
2499
2500
# File 'sig/types.rbs', line 2498

def status
  @status
end