Class: Aws::Types::IamInstanceProfileSpecification

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)


11054
11055
11056
# File 'sig/types.rbs', line 11054

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11055
11056
11057
# File 'sig/types.rbs', line 11055

def name
  @name
end