Class: Aws::Types::Framework

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


891
892
893
# File 'sig/types.rbs', line 891

def creation_time
  @creation_time
end

#deployment_status::String

Returns the value of attribute deployment_status.

Returns:

  • (::String)


892
893
894
# File 'sig/types.rbs', line 892

def deployment_status
  @deployment_status
end

#framework_arn::String

Returns the value of attribute framework_arn.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def framework_arn
  @framework_arn
end

#framework_description::String

Returns the value of attribute framework_description.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def framework_description
  @framework_description
end

#framework_name::String

Returns the value of attribute framework_name.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def framework_name
  @framework_name
end

#number_of_controls::Integer

Returns the value of attribute number_of_controls.

Returns:

  • (::Integer)


890
891
892
# File 'sig/types.rbs', line 890

def number_of_controls
  @number_of_controls
end