Class: Aws::Connect::Types::PromptSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::PromptSummary
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains information about the prompt.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the prompt.
-
#id ⇒ String
The identifier of the prompt.
-
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
-
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
-
#name ⇒ String
The name of the prompt.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the prompt.
17259 17260 17261 17262 17263 17264 17265 17266 17267 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17259 class PromptSummary < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the prompt.
17259 17260 17261 17262 17263 17264 17265 17266 17267 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17259 class PromptSummary < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
17259 17260 17261 17262 17263 17264 17265 17266 17267 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17259 class PromptSummary < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
17259 17260 17261 17262 17263 17264 17265 17266 17267 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17259 class PromptSummary < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the prompt.
17259 17260 17261 17262 17263 17264 17265 17266 17267 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17259 class PromptSummary < Struct.new( :id, :arn, :name, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |