Class: Aws::Types::UpdateProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_role_session_nameBoolean

Returns the value of attribute accept_role_session_name.

Returns:

  • (Boolean)


358
359
360
# File 'sig/types.rbs', line 358

def accept_role_session_name
  @accept_role_session_name
end

#duration_seconds::Integer

Returns the value of attribute duration_seconds.

Returns:

  • (::Integer)


357
358
359
# File 'sig/types.rbs', line 357

def duration_seconds
  @duration_seconds
end

#managed_policy_arns::Array[::String]

Returns the value of attribute managed_policy_arns.

Returns:

  • (::Array[::String])


356
357
358
# File 'sig/types.rbs', line 356

def managed_policy_arns
  @managed_policy_arns
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def name
  @name
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def profile_id
  @profile_id
end

#role_arns::Array[::String]

Returns the value of attribute role_arns.

Returns:

  • (::Array[::String])


355
356
357
# File 'sig/types.rbs', line 355

def role_arns
  @role_arns
end

#session_policy::String

Returns the value of attribute session_policy.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def session_policy
  @session_policy
end