Class: Aws::Connect::Types::DescribePredefinedAttributeResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#predefined_attributeTypes::PredefinedAttribute

Information about the predefined attribute.



5116
5117
5118
5119
5120
# File 'lib/aws-sdk-connect/types.rb', line 5116

class DescribePredefinedAttributeResponse < Struct.new(
  :predefined_attribute)
  SENSITIVE = []
  include Aws::Structure
end