Class: Aws::Types::IamInstanceProfileAssociation

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)


11269
11270
11271
# File 'sig/types.rbs', line 11269

def association_id
  @association_id
end

#iam_instance_profileTypes::IamInstanceProfile

Returns the value of attribute iam_instance_profile.



11271
11272
11273
# File 'sig/types.rbs', line 11271

def iam_instance_profile
  @iam_instance_profile
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


11270
11271
11272
# File 'sig/types.rbs', line 11270

def instance_id
  @instance_id
end

#state"associating", ...

Returns the value of attribute state.

Returns:

  • ("associating", "associated", "disassociating", "disassociated")


11272
11273
11274
# File 'sig/types.rbs', line 11272

def state
  @state
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


11273
11274
11275
# File 'sig/types.rbs', line 11273

def timestamp
  @timestamp
end