Class: Aws::VPCLattice::Types::GetServiceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_identifierString

The ID or Amazon Resource Name (ARN) of the service.

Returns:

  • (String)


1703
1704
1705
1706
1707
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1703

class GetServiceRequest < Struct.new(
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end