Class: Aws::SSMContacts::Types::GetRotationOverrideRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::GetRotationOverrideRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rotation_id ⇒ String
The Amazon Resource Name (ARN) of the overridden rotation to retrieve information about.
-
#rotation_override_id ⇒ String
The Amazon Resource Name (ARN) of the on-call rotation override to retrieve information about.
Instance Attribute Details
#rotation_id ⇒ String
The Amazon Resource Name (ARN) of the overridden rotation to retrieve information about.
1015 1016 1017 1018 1019 1020 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1015 class GetRotationOverrideRequest < Struct.new( :rotation_id, :rotation_override_id) SENSITIVE = [] include Aws::Structure end |
#rotation_override_id ⇒ String
The Amazon Resource Name (ARN) of the on-call rotation override to retrieve information about.
1015 1016 1017 1018 1019 1020 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1015 class GetRotationOverrideRequest < Struct.new( :rotation_id, :rotation_override_id) SENSITIVE = [] include Aws::Structure end |