Class: Aws::Types::SecurityRequirementSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1904
1905
1906
# File 'sig/types.rbs', line 1904

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1903
1904
1905
# File 'sig/types.rbs', line 1903

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1902
1903
1904
# File 'sig/types.rbs', line 1902

def name
  @name
end

#pack_id::String

Returns the value of attribute pack_id.

Returns:

  • (::String)


1901
1902
1903
# File 'sig/types.rbs', line 1901

def pack_id
  @pack_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1905
1906
1907
# File 'sig/types.rbs', line 1905

def updated_at
  @updated_at
end