Class: Aws::VPCLattice::Types::GetServiceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetServiceRequest
- 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.
1695 1696 1697 1698 1699 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1695 class GetServiceRequest < Struct.new( :service_identifier) SENSITIVE = [] include Aws::Structure end |