Class: Aws::SSMIncidents::Types::DeleteRegionAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::DeleteRegionAction
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
Note:
When making an API call, you may pass DeleteRegionAction data as a hash:
{
region_name: "RegionName", # required
}
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.
492 493 494 495 496 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 492 class DeleteRegionAction < Struct.new( :region_name) SENSITIVE = [] include Aws::Structure end |