Class: Aws::ResourceExplorer2::Types::GetServiceViewInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_view_arnString

The Amazon Resource Name (ARN) of the service view to retrieve details for.

Returns:

  • (String)


679
680
681
682
683
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 679

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