Class: Aws::Connect::Types::DescribePredefinedAttributeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribePredefinedAttributeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#predefined_attribute ⇒ Types::PredefinedAttribute
Information about the predefined attribute.
Instance Attribute Details
#predefined_attribute ⇒ Types::PredefinedAttribute
Information about the predefined attribute.
6203 6204 6205 6206 6207 |
# File 'lib/aws-sdk-connect/types.rb', line 6203 class DescribePredefinedAttributeResponse < Struct.new( :predefined_attribute) SENSITIVE = [] include Aws::Structure end |