Class: Aws::CognitoIdentityProvider::Types::AttributeType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AttributeType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Specifies whether the attribute is standard or custom.
Constant Summary collapse
- SENSITIVE =
[:value]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the attribute.
-
#value ⇒ String
The value of the attribute.
Instance Attribute Details
#name ⇒ String
The name of the attribute.
2159 2160 2161 2162 2163 2164 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2159 class AttributeType < Struct.new( :name, :value) SENSITIVE = [:value] include Aws::Structure end |
#value ⇒ String
The value of the attribute.
2159 2160 2161 2162 2163 2164 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2159 class AttributeType < Struct.new( :name, :value) SENSITIVE = [:value] include Aws::Structure end |