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.
15023 15024 15025 15026 15027 15028 |
# File 'lib/aws-sdk-connect/types.rb', line 15023 class NumberReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
A valid number.
15023 15024 15025 15026 15027 15028 |
# File 'lib/aws-sdk-connect/types.rb', line 15023 class NumberReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |