Class: Aws::Types::AssessmentFrameworkMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:compliance_type])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def arn
  @arn
end

#compliance_type ⇒ ::String

Returns the value of attribute compliance_type.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def compliance_type
  @compliance_type
end

#control_sets_count ⇒ ::Integer

Returns the value of attribute control_sets_count.

Returns:

  • (::Integer)


101
102
103
# File 'sig/types.rbs', line 101

def control_sets_count
  @control_sets_count
end

#controls_count ⇒ ::Integer

Returns the value of attribute controls_count.

Returns:

  • (::Integer)


100
101
102
# File 'sig/types.rbs', line 100

def controls_count
  @controls_count
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


102
103
104
# File 'sig/types.rbs', line 102

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def id
  @id
end

#last_updated_at ⇒ ::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


103
104
105
# File 'sig/types.rbs', line 103

def last_updated_at
  @last_updated_at
end

#logo ⇒ ::String

Returns the value of attribute logo.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def 
  @logo
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def name
  @name
end

#type ⇒ "Standard", "Custom"

Returns the value of attribute type.

Returns:

  • ("Standard", "Custom")


95
96
97
# File 'sig/types.rbs', line 95

def type
  @type
end