Class: Aws::Types::Framework

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:compliance_type, :control_sets, :created_by, :last_updated_by])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def arn
  @arn
end

#compliance_type ⇒ ::String

Returns the value of attribute compliance_type.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def compliance_type
  @compliance_type
end

#control_sets ⇒ ::Array[Types::ControlSet]

Returns the value of attribute control_sets.

Returns:



611
612
613
# File 'sig/types.rbs', line 611

def control_sets
  @control_sets
end

#control_sources ⇒ ::String

Returns the value of attribute control_sources.

Returns:

  • (::String)


610
611
612
# File 'sig/types.rbs', line 610

def control_sources
  @control_sources
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


612
613
614
# File 'sig/types.rbs', line 612

def created_at
  @created_at
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


614
615
616
# File 'sig/types.rbs', line 614

def created_by
  @created_by
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


604
605
606
# File 'sig/types.rbs', line 604

def id
  @id
end

#last_updated_at ⇒ ::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


613
614
615
# File 'sig/types.rbs', line 613

def last_updated_at
  @last_updated_at
end

#last_updated_by ⇒ ::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def last_updated_by
  @last_updated_by
end

#logo ⇒ ::String

Returns the value of attribute logo.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def 
  @logo
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def name
  @name
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


616
617
618
# File 'sig/types.rbs', line 616

def tags
  @tags
end

#type ⇒ "Standard", "Custom"

Returns the value of attribute type.

Returns:

  • ("Standard", "Custom")


606
607
608
# File 'sig/types.rbs', line 606

def type
  @type
end