Class: Aws::Types::ArgoCdConfigResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_idcTypes::ArgoCdAwsIdcConfigResponse

Returns the value of attribute aws_idc.



156
157
158
# File 'sig/types.rbs', line 156

def aws_idc
  @aws_idc
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def namespace
  @namespace
end

#network_accessTypes::ArgoCdNetworkAccessConfigResponse

Returns the value of attribute network_access.



158
159
160
# File 'sig/types.rbs', line 158

def network_access
  @network_access
end

#rbac_role_mappings::Array[Types::ArgoCdRoleMapping]

Returns the value of attribute rbac_role_mappings.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def rbac_role_mappings
  @rbac_role_mappings
end

#server_url::String

Returns the value of attribute server_url.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def server_url
  @server_url
end