Class: Aws::SSMIncidents::Types::DeleteRegionAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::DeleteRegionAction
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Defines the information about the Amazon Web Services Region you’re deleting from your replication set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#region_name ⇒ String
The name of the Amazon Web Services Region you’re deleting from the replication set.
Instance Attribute Details
#region_name ⇒ String
The name of the Amazon Web Services Region you’re deleting from the replication set.
552 553 554 555 556 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 552 class DeleteRegionAction < Struct.new( :region_name) SENSITIVE = [] include Aws::Structure end |