Class: Aws::Glue::Types::AllowedValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::AllowedValue
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
An object representing a value allowed for a property.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the allowed value.
-
#value ⇒ String
The value allowed for the property.
Instance Attribute Details
#description ⇒ String
A description of the allowed value.
156 157 158 159 160 161 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 156 class AllowedValue < Struct.new( :description, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value allowed for the property.
156 157 158 159 160 161 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 156 class AllowedValue < Struct.new( :description, :value) SENSITIVE = [] include Aws::Structure end |