Class: Aws::Types::ConnectorConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#provider ⇒ "EKS_ANYWHERE", ...
Returns the value of attribute provider.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#provider ⇒ "EKS_ANYWHERE", ...
Returns the value of attribute provider.
417 418 419 |
# File 'sig/types.rbs', line 417 def provider @provider end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
416 417 418 |
# File 'sig/types.rbs', line 416 def role_arn @role_arn end |