Class: Aws::ARCRegionswitch::Types::Service
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::Service
- 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
-
#cluster_arn ⇒ String
The cluster Amazon Resource Name (ARN) for a service.
-
#cross_account_role ⇒ String
The cross account role for a service.
-
#external_id ⇒ String
The external ID (secret key) for the service.
-
#service_arn ⇒ String
The Amazon Resource Name (ARN) for a service.
Instance Attribute Details
#cluster_arn ⇒ String
The cluster Amazon Resource Name (ARN) for a service.
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_role ⇒ String
The cross account role for a service.
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 |