Class: Aws::Types::Service
- Inherits:
-
Object
- Object
- Aws::Types::Service
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#cross_account_role ⇒ ::String
Returns the value of attribute cross_account_role.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
729 730 731 |
# File 'sig/types.rbs', line 729 def cluster_arn @cluster_arn end |
#cross_account_role ⇒ ::String
Returns the value of attribute cross_account_role.
727 728 729 |
# File 'sig/types.rbs', line 727 def cross_account_role @cross_account_role end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
728 729 730 |
# File 'sig/types.rbs', line 728 def external_id @external_id end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
730 731 732 |
# File 'sig/types.rbs', line 730 def service_arn @service_arn end |