Class: Aws::Types::ReplaceIamInstanceProfileAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


15766
15767
15768
# File 'sig/types.rbs', line 15766

def association_id
  @association_id
end

#iam_instance_profileTypes::IamInstanceProfileSpecification

Returns the value of attribute iam_instance_profile.



15765
15766
15767
# File 'sig/types.rbs', line 15765

def iam_instance_profile
  @iam_instance_profile
end