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.



175
176
177
# File 'sig/types.rbs', line 175

def aws_idc
  @aws_idc
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def namespace
  @namespace
end

#network_accessTypes::ArgoCdNetworkAccessConfigResponse

Returns the value of attribute network_access.



177
178
179
# File 'sig/types.rbs', line 177

def network_access
  @network_access
end

#rbac_role_mappings::Array[Types::ArgoCdRoleMapping]

Returns the value of attribute rbac_role_mappings.

Returns:



176
177
178
# File 'sig/types.rbs', line 176

def rbac_role_mappings
  @rbac_role_mappings
end

#server_url::String

Returns the value of attribute server_url.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def server_url
  @server_url
end