Class: Aws::DatabaseMigrationService::Types::DescribeEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeEventsResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<Types::Event>
The events described.
-
#marker ⇒ String
An optional pagination token provided by a previous request.
Instance Attribute Details
#events ⇒ Array<Types::Event>
The events described.
3442 3443 3444 3445 3446 3447 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 3442 class DescribeEventsResponse < Struct.new( :marker, :events) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond
the marker, up to the value specified by MaxRecords
.
3442 3443 3444 3445 3446 3447 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 3442 class DescribeEventsResponse < Struct.new( :marker, :events) SENSITIVE = [] include Aws::Structure end |