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)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def arn
  @arn
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


1073
1074
1075
# File 'sig/types.rbs', line 1073

def create_date
  @create_date
end

#instance_profile_id::String

Returns the value of attribute instance_profile_id.

Returns:

  • (::String)


1071
1072
1073
# File 'sig/types.rbs', line 1071

def instance_profile_id
  @instance_profile_id
end

#instance_profile_name::String

Returns the value of attribute instance_profile_name.

Returns:

  • (::String)


1070
1071
1072
# File 'sig/types.rbs', line 1070

def instance_profile_name
  @instance_profile_name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def path
  @path
end

#roles::Array[Types::Role]

Returns the value of attribute roles.

Returns:



1074
1075
1076
# File 'sig/types.rbs', line 1074

def roles
  @roles
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1075
1076
1077
# File 'sig/types.rbs', line 1075

def tags
  @tags
end