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 Amazon Resource Name (ARN) of the service.
Instance Attribute Details
#service_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service.
1000 1001 1002 1003 1004 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1000 class DeleteServiceRequest < Struct.new( :service_identifier) SENSITIVE = [] include Aws::Structure end |