Class: Aws::Types::UpdateArgoCdConfig
- Inherits:
-
Object
- Object
- Aws::Types::UpdateArgoCdConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_access ⇒ Types::ArgoCdNetworkAccessConfigRequest
Returns the value of attribute network_access.
-
#rbac_role_mappings ⇒ Types::UpdateRoleMappings
Returns the value of attribute rbac_role_mappings.
Instance Attribute Details
#network_access ⇒ Types::ArgoCdNetworkAccessConfigRequest
Returns the value of attribute network_access.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def network_access @network_access end |
#rbac_role_mappings ⇒ Types::UpdateRoleMappings
Returns the value of attribute rbac_role_mappings.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def rbac_role_mappings @rbac_role_mappings end |