Class: Aws::Types::InstanceProfile

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)


588
589
590
# File 'sig/types.rbs', line 588

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def name
  @name
end

#package_cleanupBoolean

Returns the value of attribute package_cleanup.

Returns:

  • (Boolean)


589
590
591
# File 'sig/types.rbs', line 589

def package_cleanup
  @package_cleanup
end

#reboot_after_useBoolean

Returns the value of attribute reboot_after_use.

Returns:

  • (Boolean)


591
592
593
# File 'sig/types.rbs', line 591

def reboot_after_use
  @reboot_after_use
end