Class: Aws::Types::CreateInstanceProfileRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def name
  @name
end

#package_cleanupBoolean

Returns the value of attribute package_cleanup.

Returns:

  • (Boolean)


77
78
79
# File 'sig/types.rbs', line 77

def package_cleanup
  @package_cleanup
end

#reboot_after_useBoolean

Returns the value of attribute reboot_after_use.

Returns:

  • (Boolean)


79
80
81
# File 'sig/types.rbs', line 79

def reboot_after_use
  @reboot_after_use
end