Class: Aws::DataExchange::Types::GetEventActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::GetEventActionResponse
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::Action
What occurs after a certain event.
-
#arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
-
#created_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
-
#event ⇒ Types::Event
What occurs to start an action.
-
#id ⇒ String
A unique identifier.
-
#updated_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
Instance Attribute Details
#action ⇒ Types::Action
What occurs after a certain event.
1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1552 class GetEventActionResponse < Struct.new( :action, :arn, :created_at, :event, :id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1552 class GetEventActionResponse < Struct.new( :action, :arn, :created_at, :event, :id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1552 class GetEventActionResponse < Struct.new( :action, :arn, :created_at, :event, :id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#event ⇒ Types::Event
What occurs to start an action.
1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1552 class GetEventActionResponse < Struct.new( :action, :arn, :created_at, :event, :id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A unique identifier.
1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1552 class GetEventActionResponse < Struct.new( :action, :arn, :created_at, :event, :id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1552 class GetEventActionResponse < Struct.new( :action, :arn, :created_at, :event, :id, :updated_at) SENSITIVE = [] include Aws::Structure end |