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.
16455 16456 16457 16458 16459 16460 |
# File 'lib/aws-sdk-connect/types.rb', line 16455 class NumberReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
A valid number.
16455 16456 16457 16458 16459 16460 |
# File 'lib/aws-sdk-connect/types.rb', line 16455 class NumberReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |