Class: Aws::Types::SecurityRequirementPackSummary

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)


1895
1896
1897
# File 'sig/types.rbs', line 1895

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1891
1892
1893
# File 'sig/types.rbs', line 1891

def description
  @description
end

#management_type"AWS_MANAGED", "CUSTOMER_MANAGED"

Returns the value of attribute management_type.

Returns:

  • ("AWS_MANAGED", "CUSTOMER_MANAGED")


1893
1894
1895
# File 'sig/types.rbs', line 1893

def management_type
  @management_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1890
1891
1892
# File 'sig/types.rbs', line 1890

def name
  @name
end

#pack_id::String

Returns the value of attribute pack_id.

Returns:

  • (::String)


1889
1890
1891
# File 'sig/types.rbs', line 1889

def pack_id
  @pack_id
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


1894
1895
1896
# File 'sig/types.rbs', line 1894

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1896
1897
1898
# File 'sig/types.rbs', line 1896

def updated_at
  @updated_at
end

#vendor_name::String

Returns the value of attribute vendor_name.

Returns:

  • (::String)


1892
1893
1894
# File 'sig/types.rbs', line 1892

def vendor_name
  @vendor_name
end