Class: Aws::Resiliencehubv2::Types::GetServiceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_arnString

ARN identifier.

Returns:

  • (String)


1600
1601
1602
1603
1604
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1600

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