Class: Aws::Types::Framework
- Inherits:
-
Object
- Object
- Aws::Types::Framework
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
-
#control_sets ⇒ ::Array[Types::ControlSet]
Returns the value of attribute control_sets.
-
#control_sources ⇒ ::String
Returns the value of attribute control_sources.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
-
#logo ⇒ ::String
Returns the value of attribute logo.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "Standard", "Custom"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
603 604 605 |
# File 'sig/types.rbs', line 603 def arn @arn end |
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
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.
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.
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.
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.
614 615 616 |
# File 'sig/types.rbs', line 614 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
608 609 610 |
# File 'sig/types.rbs', line 608 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
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.
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.
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.
609 610 611 |
# File 'sig/types.rbs', line 609 def logo @logo end |
#name ⇒ ::String
Returns the value of attribute name.
605 606 607 |
# File 'sig/types.rbs', line 605 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
616 617 618 |
# File 'sig/types.rbs', line 616 def @tags end |
#type ⇒ "Standard", "Custom"
Returns the value of attribute type.
606 607 608 |
# File 'sig/types.rbs', line 606 def type @type end |