Class: Aws::Connect::Types::DeletePredefinedAttributeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeletePredefinedAttributeRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#name ⇒ String
The name of the predefined attribute.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
6499 6500 6501 6502 6503 6504 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6499 class DeletePredefinedAttributeRequest < Struct.new( :instance_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the predefined attribute.
6499 6500 6501 6502 6503 6504 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6499 class DeletePredefinedAttributeRequest < Struct.new( :instance_id, :name) SENSITIVE = [] include Aws::Structure end |