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.
23624 23625 23626 23627 23628 23629 |
# File 'lib/aws-sdk-connect/types.rb', line 23624 class NumberReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
A valid number.
23624 23625 23626 23627 23628 23629 |
# File 'lib/aws-sdk-connect/types.rb', line 23624 class NumberReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |