Class: Aws::Connect::Types::PredefinedAttributeSummary

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

Overview

Summary of a predefined attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified_regionString

Last modified region.

Returns:

  • (String)


14075
14076
14077
14078
14079
14080
14081
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14075

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

#last_modified_timeTime

Last modified time.

Returns:

  • (Time)


14075
14076
14077
14078
14079
14080
14081
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14075

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

#nameString

The name of the predefined attribute.

Returns:

  • (String)


14075
14076
14077
14078
14079
14080
14081
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14075

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