Class: Aws::Types::ConnectorConfigRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#provider"EKS_ANYWHERE", ...

Returns the value of attribute provider.

Returns:

  • ("EKS_ANYWHERE", "ANTHOS", "GKE", "AKS", "OPENSHIFT", "TANZU", "RANCHER", "EC2", "OTHER")


417
418
419
# File 'sig/types.rbs', line 417

def provider
  @provider
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


416
417
418
# File 'sig/types.rbs', line 416

def role_arn
  @role_arn
end