Class: Aws::Types::UpdateRoleAliasRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#credential_duration_seconds::Integer

Returns the value of attribute credential_duration_seconds.

Returns:

  • (::Integer)


5291
5292
5293
# File 'sig/types.rbs', line 5291

def credential_duration_seconds
  @credential_duration_seconds
end

#role_alias::String

Returns the value of attribute role_alias.

Returns:

  • (::String)


5289
5290
5291
# File 'sig/types.rbs', line 5289

def role_alias
  @role_alias
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


5290
5291
5292
# File 'sig/types.rbs', line 5290

def role_arn
  @role_arn
end