Class: Aws::Types::RemoveRoleFromInstanceProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_profile_name::String

Returns the value of attribute instance_profile_name.

Returns:

  • (::String)


1881
1882
1883
# File 'sig/types.rbs', line 1881

def instance_profile_name
  @instance_profile_name
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


1882
1883
1884
# File 'sig/types.rbs', line 1882

def role_name
  @role_name
end