Class: Aws::Types::PutDataProtectionPolicyResponse

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)


1754
1755
1756
# File 'sig/types.rbs', line 1754

def last_updated_time
  @last_updated_time
end

#log_group_identifier::String

Returns the value of attribute log_group_identifier.

Returns:

  • (::String)


1752
1753
1754
# File 'sig/types.rbs', line 1752

def log_group_identifier
  @log_group_identifier
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


1753
1754
1755
# File 'sig/types.rbs', line 1753

def policy_document
  @policy_document
end