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.
1647 1648 1649 1650 1651 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1647 class DeleteServiceRequest < Struct.new( :service_identifier) SENSITIVE = [] include Aws::Structure end |