Class: Aws::Types::GetDataProtectionPolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_time::Integer

Returns the value of attribute last_updated_time.

Returns:

  • (::Integer)


882
883
884
# File 'sig/types.rbs', line 882

def last_updated_time
  @last_updated_time
end

#log_group_identifier::String

Returns the value of attribute log_group_identifier.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def log_group_identifier
  @log_group_identifier
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def policy_document
  @policy_document
end