Class: Aws::Types::UpdateFlywheelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlywheelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_model_arn ⇒ ::String
Returns the value of attribute active_model_arn.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#data_security_config ⇒ Types::UpdateDataSecurityConfig
Returns the value of attribute data_security_config.
-
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
Instance Attribute Details
#active_model_arn ⇒ ::String
Returns the value of attribute active_model_arn.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def active_model_arn @active_model_arn end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def data_access_role_arn @data_access_role_arn end |
#data_security_config ⇒ Types::UpdateDataSecurityConfig
Returns the value of attribute data_security_config.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def data_security_config @data_security_config end |
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def flywheel_arn @flywheel_arn end |