Class: Aws::Types::PolicyStoreAliasItem

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)


964
965
966
# File 'sig/types.rbs', line 964

def alias_arn
  @alias_arn
end

#alias_name::String

Returns the value of attribute alias_name.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def alias_name
  @alias_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


965
966
967
# File 'sig/types.rbs', line 965

def created_at
  @created_at
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


963
964
965
# File 'sig/types.rbs', line 963

def policy_store_id
  @policy_store_id
end

#state"Active", "PendingDeletion"

Returns the value of attribute state.

Returns:

  • ("Active", "PendingDeletion")


966
967
968
# File 'sig/types.rbs', line 966

def state
  @state
end