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.
7335 7336 7337 7338 7339 |
# File 'lib/aws-sdk-connect/types.rb', line 7335 class DescribePredefinedAttributeResponse < Struct.new( :predefined_attribute) SENSITIVE = [] include Aws::Structure end |