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)


1476
1477
1478
1479
1480
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1476

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