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)


16063
16064
16065
# File 'sig/types.rbs', line 16063

def association_id
  @association_id
end

#iam_instance_profileTypes::IamInstanceProfileSpecification

Returns the value of attribute iam_instance_profile.



16062
16063
16064
# File 'sig/types.rbs', line 16062

def iam_instance_profile
  @iam_instance_profile
end