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)


11263
11264
11265
# File 'sig/types.rbs', line 11263

def association_id
  @association_id
end

#iam_instance_profileTypes::IamInstanceProfile

Returns the value of attribute iam_instance_profile.



11265
11266
11267
# File 'sig/types.rbs', line 11265

def iam_instance_profile
  @iam_instance_profile
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


11264
11265
11266
# File 'sig/types.rbs', line 11264

def instance_id
  @instance_id
end

#state"associating", ...

Returns the value of attribute state.

Returns:

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


11266
11267
11268
# File 'sig/types.rbs', line 11266

def state
  @state
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


11267
11268
11269
# File 'sig/types.rbs', line 11267

def timestamp
  @timestamp
end