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