Class: Aws::Types::CreatePolicyStoreAliasOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_arn::String

Returns the value of attribute alias_arn.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def alias_arn
  @alias_arn
end

#alias_name::String

Returns the value of attribute alias_name.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def alias_name
  @alias_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


339
340
341
# File 'sig/types.rbs', line 339

def created_at
  @created_at
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def policy_store_id
  @policy_store_id
end