Class: Aws::Connect::Types::DescribePredefinedAttributeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribePredefinedAttributeResponse
- Defined in:
- gems/aws-sdk-connect/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.
6950 6951 6952 6953 6954 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6950 class DescribePredefinedAttributeResponse < Struct.new( :predefined_attribute) SENSITIVE = [] include Aws::Structure end |