Class: Aws::Types::CreateInstanceProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInstanceProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#description ⇒ ::String
Returns the value of attribute description.
76 77 78 |
# File 'sig/types.rbs', line 76 def description @description end |
#exclude_app_packages_from_cleanup ⇒ ::Array[::String]
Returns the value of attribute exclude_app_packages_from_cleanup.
78 79 80 |
# File 'sig/types.rbs', line 78 def exclude_app_packages_from_cleanup @exclude_app_packages_from_cleanup end |
#name ⇒ ::String
Returns the value of attribute name.
75 76 77 |
# File 'sig/types.rbs', line 75 def name @name end |
#package_cleanup ⇒ Boolean
Returns the value of attribute package_cleanup.
77 78 79 |
# File 'sig/types.rbs', line 77 def package_cleanup @package_cleanup end |
#reboot_after_use ⇒ Boolean
Returns the value of attribute reboot_after_use.
79 80 81 |
# File 'sig/types.rbs', line 79 def reboot_after_use @reboot_after_use end |