Class: Aws::Types::GetSecurityRequirementPackOutput

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)


1119
1120
1121
# File 'sig/types.rbs', line 1119

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def description
  @description
end

#import_status"PENDING", ...

Returns the value of attribute import_status.

Returns:

  • ("PENDING", "IN_PROGRESS", "FAILED", "COMPLETED")


1118
1119
1120
# File 'sig/types.rbs', line 1118

def import_status
  @import_status
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1121
1122
1123
# File 'sig/types.rbs', line 1121

def kms_key_id
  @kms_key_id
end

#management_type"AWS_MANAGED", "CUSTOMER_MANAGED"

Returns the value of attribute management_type.

Returns:

  • ("AWS_MANAGED", "CUSTOMER_MANAGED")


1116
1117
1118
# File 'sig/types.rbs', line 1116

def management_type
  @management_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def name
  @name
end

#pack_id::String

Returns the value of attribute pack_id.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def pack_id
  @pack_id
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


1117
1118
1119
# File 'sig/types.rbs', line 1117

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def updated_at
  @updated_at
end

#vendor_name::String

Returns the value of attribute vendor_name.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def vendor_name
  @vendor_name
end