Class: Aws::Types::SecurityPolicySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date ⇒ ::Integer

Returns the value of attribute created_date.

Returns:

  • (::Integer)


798
799
800
# File 'sig/types.rbs', line 798

def created_date
  @created_date
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def description
  @description
end

#last_modified_date ⇒ ::Integer

Returns the value of attribute last_modified_date.

Returns:

  • (::Integer)


799
800
801
# File 'sig/types.rbs', line 799

def last_modified_date
  @last_modified_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def name
  @name
end

#policy_version ⇒ ::String

Returns the value of attribute policy_version.

Returns:

  • (::String)


796
797
798
# File 'sig/types.rbs', line 796

def policy_version
  @policy_version
end

#type ⇒ "encryption", "network"

Returns the value of attribute type.

Returns:

  • ("encryption", "network")


794
795
796
# File 'sig/types.rbs', line 794

def type
  @type
end