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)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def description
  @description
end

#import_status"PENDING", ...

Returns the value of attribute import_status.

Returns:

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


1127
1128
1129
# File 'sig/types.rbs', line 1127

def import_status
  @import_status
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1130
1131
1132
# File 'sig/types.rbs', line 1130

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")


1125
1126
1127
# File 'sig/types.rbs', line 1125

def management_type
  @management_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#pack_id::String

Returns the value of attribute pack_id.

Returns:

  • (::String)


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

def pack_id
  @pack_id
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


1126
1127
1128
# File 'sig/types.rbs', line 1126

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1129
1130
1131
# File 'sig/types.rbs', line 1129

def updated_at
  @updated_at
end

#vendor_name::String

Returns the value of attribute vendor_name.

Returns:

  • (::String)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def vendor_name
  @vendor_name
end