Class: Aws::Types::GetPolicyStoreAliasOutput

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:



548
549
550
# File 'sig/types.rbs', line 548

def alias_arn
  @alias_arn
end

#alias_name::String

Returns the value of attribute alias_name.

Returns:



546
547
548
# File 'sig/types.rbs', line 546

def alias_name
  @alias_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



549
550
551
# File 'sig/types.rbs', line 549

def created_at
  @created_at
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:



547
548
549
# File 'sig/types.rbs', line 547

def policy_store_id
  @policy_store_id
end

#state"Active", "PendingDeletion"

Returns the value of attribute state.

Returns:



550
551
552
# File 'sig/types.rbs', line 550

def state
  @state
end