Class: Aws::Types::RoleAliasDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


4346
4347
4348
# File 'sig/types.rbs', line 4346

def creation_date
  @creation_date
end

#credential_duration_seconds::Integer

Returns the value of attribute credential_duration_seconds.

Returns:

  • (::Integer)


4345
4346
4347
# File 'sig/types.rbs', line 4345

def credential_duration_seconds
  @credential_duration_seconds
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


4347
4348
4349
# File 'sig/types.rbs', line 4347

def last_modified_date
  @last_modified_date
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


4344
4345
4346
# File 'sig/types.rbs', line 4344

def owner
  @owner
end

#role_alias::String

Returns the value of attribute role_alias.

Returns:

  • (::String)


4341
4342
4343
# File 'sig/types.rbs', line 4341

def role_alias
  @role_alias
end

#role_alias_arn::String

Returns the value of attribute role_alias_arn.

Returns:

  • (::String)


4342
4343
4344
# File 'sig/types.rbs', line 4342

def role_alias_arn
  @role_alias_arn
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4343
4344
4345
# File 'sig/types.rbs', line 4343

def role_arn
  @role_arn
end