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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arcregionswitch/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)


1840
1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1840

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)


1840
1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1840

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)


1840
1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1840

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)


1840
1841
1842
1843
1844
1845
1846
1847
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1840

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