Class: Aws::Types::UpdateEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#federation_mode ⇒ "FEDERATED", "LOCAL"
Returns the value of attribute federation_mode.
-
#federation_parameters ⇒ Types::FederationParameters
Returns the value of attribute federation_parameters.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def environment_id @environment_id end |
#federation_mode ⇒ "FEDERATED", "LOCAL"
Returns the value of attribute federation_mode.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def federation_mode @federation_mode end |
#federation_parameters ⇒ Types::FederationParameters
Returns the value of attribute federation_parameters.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def federation_parameters @federation_parameters end |
#name ⇒ ::String
Returns the value of attribute name.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def name @name end |