Class: Aws::CognitoIdentityProvider::Types::CodeDeliveryDetailsType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CodeDeliveryDetailsType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The code delivery details being returned from the server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The attribute name.
-
#delivery_medium ⇒ String
The delivery medium (email message or phone number).
-
#destination ⇒ String
The destination for the code delivery details.
Instance Attribute Details
#attribute_name ⇒ String
The attribute name.
2512 2513 2514 2515 2516 2517 2518 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2512 class CodeDeliveryDetailsType < Struct.new( :destination, :delivery_medium, :attribute_name) SENSITIVE = [] include Aws::Structure end |
#delivery_medium ⇒ String
The delivery medium (email message or phone number).
2512 2513 2514 2515 2516 2517 2518 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2512 class CodeDeliveryDetailsType < Struct.new( :destination, :delivery_medium, :attribute_name) SENSITIVE = [] include Aws::Structure end |
#destination ⇒ String
The destination for the code delivery details.
2512 2513 2514 2515 2516 2517 2518 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2512 class CodeDeliveryDetailsType < Struct.new( :destination, :delivery_medium, :attribute_name) SENSITIVE = [] include Aws::Structure end |