Class: Aws::Connect::Types::NumberReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::NumberReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about a reference when the ‘referenceType` is `NUMBER`. Otherwise, null.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Identifier of the number reference.
-
#value ⇒ String
A valid number.
Instance Attribute Details
#name ⇒ String
Identifier of the number reference.
14802 14803 14804 14805 14806 14807 |
# File 'lib/aws-sdk-connect/types.rb', line 14802 class NumberReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
A valid number.
14802 14803 14804 14805 14806 14807 |
# File 'lib/aws-sdk-connect/types.rb', line 14802 class NumberReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |