Class: Aws::Types::CreateRoleAliasRequest

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)


1147
1148
1149
# File 'sig/types.rbs', line 1147

def credential_duration_seconds
  @credential_duration_seconds
end

#role_alias::String

Returns the value of attribute role_alias.

Returns:

  • (::String)


1145
1146
1147
# File 'sig/types.rbs', line 1145

def role_alias
  @role_alias
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1146
1147
1148
# File 'sig/types.rbs', line 1146

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1148
1149
1150
# File 'sig/types.rbs', line 1148

def tags
  @tags
end