Class: Aws::Types::AwsIamInstanceProfile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2997
2998
2999
# File 'sig/types.rbs', line 2997

def arn
  @arn
end

#create_date::String

Returns the value of attribute create_date.

Returns:

  • (::String)


2998
2999
3000
# File 'sig/types.rbs', line 2998

def create_date
  @create_date
end

#instance_profile_id::String

Returns the value of attribute instance_profile_id.

Returns:

  • (::String)


2999
3000
3001
# File 'sig/types.rbs', line 2999

def instance_profile_id
  @instance_profile_id
end

#instance_profile_name::String

Returns the value of attribute instance_profile_name.

Returns:

  • (::String)


3000
3001
3002
# File 'sig/types.rbs', line 3000

def instance_profile_name
  @instance_profile_name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


3001
3002
3003
# File 'sig/types.rbs', line 3001

def path
  @path
end

#roles::Array[Types::AwsIamInstanceProfileRole]

Returns the value of attribute roles.

Returns:



3002
3003
3004
# File 'sig/types.rbs', line 3002

def roles
  @roles
end