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)


185
186
187
# File 'sig/types.rbs', line 185

def instance_profile_name
  @instance_profile_name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def path
  @path
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def tags
  @tags
end