Class: Aws::CognitoIdentityProvider::Types::AttributeType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:value]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the attribute.

Returns:

  • (String)


2596
2597
2598
2599
2600
2601
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2596

class AttributeType < Struct.new(
  :name,
  :value)
  SENSITIVE = [:value]
  include Aws::Structure
end

#valueString

The value of the attribute.

Returns:

  • (String)


2596
2597
2598
2599
2600
2601
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2596

class AttributeType < Struct.new(
  :name,
  :value)
  SENSITIVE = [:value]
  include Aws::Structure
end