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)


2532
2533
2534
# File 'sig/types.rbs', line 2532

def creation_date
  @creation_date
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2527
2528
2529
# File 'sig/types.rbs', line 2527

def id
  @id
end

#lambda_configTypes::LambdaConfigType

Returns the value of attribute lambda_config.



2529
2530
2531
# File 'sig/types.rbs', line 2529

def lambda_config
  @lambda_config
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


2531
2532
2533
# File 'sig/types.rbs', line 2531

def last_modified_date
  @last_modified_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2528
2529
2530
# File 'sig/types.rbs', line 2528

def name
  @name
end

#replica_regions::Array[::String]

Returns the value of attribute replica_regions.

Returns:

  • (::Array[::String])


2533
2534
2535
# File 'sig/types.rbs', line 2533

def replica_regions
  @replica_regions
end

#status"Enabled", "Disabled"

Returns the value of attribute status.

Returns:

  • ("Enabled", "Disabled")


2530
2531
2532
# File 'sig/types.rbs', line 2530

def status
  @status
end