Class: Aws::Types::CreateInstanceProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_profile_name::String

Returns the value of attribute instance_profile_name.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def instance_profile_name
  @instance_profile_name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def path
  @path
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



175
176
177
# File 'sig/types.rbs', line 175

def tags
  @tags
end