Class: Aws::Connect::Types::PredefinedAttribute

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

Overview

Information about a predefined attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified_regionString

Last modified region.

Returns:

  • (String)


15453
15454
15455
15456
15457
15458
15459
15460
# File 'lib/aws-sdk-connect/types.rb', line 15453

class PredefinedAttribute < Struct.new(
  :name,
  :values,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

Last modified time.

Returns:

  • (Time)


15453
15454
15455
15456
15457
15458
15459
15460
# File 'lib/aws-sdk-connect/types.rb', line 15453

class PredefinedAttribute < Struct.new(
  :name,
  :values,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the predefined attribute.

Returns:

  • (String)


15453
15454
15455
15456
15457
15458
15459
15460
# File 'lib/aws-sdk-connect/types.rb', line 15453

class PredefinedAttribute < Struct.new(
  :name,
  :values,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#valuesTypes::PredefinedAttributeValues

The values of the predefined attribute.



15453
15454
15455
15456
15457
15458
15459
15460
# File 'lib/aws-sdk-connect/types.rb', line 15453

class PredefinedAttribute < Struct.new(
  :name,
  :values,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end