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)


1459
1460
1461
1462
1463
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1459

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