Class: Aws::VPCLattice::Types::DeleteServiceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DeleteServiceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_identifier ⇒ String
The ID or ARN of the service.
Instance Attribute Details
#service_identifier ⇒ String
The ID or ARN of the service.
1494 1495 1496 1497 1498 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1494 class DeleteServiceRequest < Struct.new( :service_identifier) SENSITIVE = [] include Aws::Structure end |