Class: Aws::Types::InstanceProfile

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)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def arn
  @arn
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


1036
1037
1038
# File 'sig/types.rbs', line 1036

def create_date
  @create_date
end

#instance_profile_id::String

Returns the value of attribute instance_profile_id.

Returns:

  • (::String)


1034
1035
1036
# File 'sig/types.rbs', line 1034

def instance_profile_id
  @instance_profile_id
end

#instance_profile_name::String

Returns the value of attribute instance_profile_name.

Returns:

  • (::String)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def instance_profile_name
  @instance_profile_name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def path
  @path
end

#roles::Array[Types::Role]

Returns the value of attribute roles.

Returns:



1037
1038
1039
# File 'sig/types.rbs', line 1037

def roles
  @roles
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1038
1039
1040
# File 'sig/types.rbs', line 1038

def tags
  @tags
end