Class: Aws::Types::UpdateInstanceProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInstanceProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#exclude_app_packages_from_cleanup ⇒ ::Array[::String]
Returns the value of attribute exclude_app_packages_from_cleanup.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#package_cleanup ⇒ Boolean
Returns the value of attribute package_cleanup.
-
#reboot_after_use ⇒ Boolean
Returns the value of attribute reboot_after_use.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def description @description end |
#exclude_app_packages_from_cleanup ⇒ ::Array[::String]
Returns the value of attribute exclude_app_packages_from_cleanup.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def exclude_app_packages_from_cleanup @exclude_app_packages_from_cleanup end |
#name ⇒ ::String
Returns the value of attribute name.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def name @name end |
#package_cleanup ⇒ Boolean
Returns the value of attribute package_cleanup.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def package_cleanup @package_cleanup end |
#reboot_after_use ⇒ Boolean
Returns the value of attribute reboot_after_use.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def reboot_after_use @reboot_after_use end |