Class: Aws::Types::CreateRoleAliasResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#role_alias::String

Returns the value of attribute role_alias.

Returns:

  • (::String)


1153
1154
1155
# File 'sig/types.rbs', line 1153

def role_alias
  @role_alias
end

#role_alias_arn::String

Returns the value of attribute role_alias_arn.

Returns:

  • (::String)


1154
1155
1156
# File 'sig/types.rbs', line 1154

def role_alias_arn
  @role_alias_arn
end