Class: Aws::ARCRegionswitch::Types::Service

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

Overview

The service for a cross account role.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The cluster Amazon Resource Name (ARN) for a service.

Returns:

  • (String)


2299
2300
2301
2302
2303
2304
2305
2306
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2299

class Service < Struct.new(
  :cross_account_role,
  :external_id,
  :cluster_arn,
  :service_arn)
  SENSITIVE = []
  include Aws::Structure
end

#cross_account_roleString

The cross account role for a service.

Returns:

  • (String)


2299
2300
2301
2302
2303
2304
2305
2306
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2299

class Service < Struct.new(
  :cross_account_role,
  :external_id,
  :cluster_arn,
  :service_arn)
  SENSITIVE = []
  include Aws::Structure
end

#external_idString

The external ID (secret key) for the service.

Returns:

  • (String)


2299
2300
2301
2302
2303
2304
2305
2306
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2299

class Service < Struct.new(
  :cross_account_role,
  :external_id,
  :cluster_arn,
  :service_arn)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

The Amazon Resource Name (ARN) for a service.

Returns:

  • (String)


2299
2300
2301
2302
2303
2304
2305
2306
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2299

class Service < Struct.new(
  :cross_account_role,
  :external_id,
  :cluster_arn,
  :service_arn)
  SENSITIVE = []
  include Aws::Structure
end