Class: Aws::Types::UpdateInstanceProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def name
  @name
end

#package_cleanupBoolean

Returns the value of attribute package_cleanup.

Returns:

  • (Boolean)


1443
1444
1445
# File 'sig/types.rbs', line 1443

def package_cleanup
  @package_cleanup
end

#reboot_after_useBoolean

Returns the value of attribute reboot_after_use.

Returns:

  • (Boolean)


1445
1446
1447
# File 'sig/types.rbs', line 1445

def reboot_after_use
  @reboot_after_use
end