Class: Aws::Types::InstanceProfile
- Inherits:
-
Object
- Object
- Aws::Types::InstanceProfile
- 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.
588 589 590 |
# File 'sig/types.rbs', line 588 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
593 594 595 |
# File 'sig/types.rbs', line 593 def description @description end |
#exclude_app_packages_from_cleanup ⇒ ::Array[::String]
Returns the value of attribute exclude_app_packages_from_cleanup.
590 591 592 |
# File 'sig/types.rbs', line 590 def exclude_app_packages_from_cleanup @exclude_app_packages_from_cleanup end |
#name ⇒ ::String
Returns the value of attribute name.
592 593 594 |
# File 'sig/types.rbs', line 592 def name @name end |
#package_cleanup ⇒ Boolean
Returns the value of attribute package_cleanup.
589 590 591 |
# File 'sig/types.rbs', line 589 def package_cleanup @package_cleanup end |
#reboot_after_use ⇒ Boolean
Returns the value of attribute reboot_after_use.
591 592 593 |
# File 'sig/types.rbs', line 591 def reboot_after_use @reboot_after_use end |