Class: Aws::Types::GetVaultLockOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


200
201
202
# File 'sig/types.rbs', line 200

def creation_date
  @creation_date
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


199
200
201
# File 'sig/types.rbs', line 199

def expiration_date
  @expiration_date
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def policy
  @policy
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def state
  @state
end