Class: Aws::Types::AssessmentFrameworkShareRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentFrameworkShareRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#custom_controls_count ⇒ ::Integer
Returns the value of attribute custom_controls_count.
-
#destination_account ⇒ ::String
Returns the value of attribute destination_account.
-
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#framework_description ⇒ ::String
Returns the value of attribute framework_description.
-
#framework_id ⇒ ::String
Returns the value of attribute framework_id.
-
#framework_name ⇒ ::String
Returns the value of attribute framework_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#source_account ⇒ ::String
Returns the value of attribute source_account.
-
#standard_controls_count ⇒ ::Integer
Returns the value of attribute standard_controls_count.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
119 120 121 |
# File 'sig/types.rbs', line 119 def comment @comment end |
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
122 123 124 |
# File 'sig/types.rbs', line 122 def compliance_type @compliance_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
117 118 119 |
# File 'sig/types.rbs', line 117 def creation_time @creation_time end |
#custom_controls_count ⇒ ::Integer
Returns the value of attribute custom_controls_count.
121 122 123 |
# File 'sig/types.rbs', line 121 def custom_controls_count @custom_controls_count end |
#destination_account ⇒ ::String
Returns the value of attribute destination_account.
114 115 116 |
# File 'sig/types.rbs', line 114 def destination_account @destination_account end |
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
115 116 117 |
# File 'sig/types.rbs', line 115 def destination_region @destination_region end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
116 117 118 |
# File 'sig/types.rbs', line 116 def expiration_time @expiration_time end |
#framework_description ⇒ ::String
Returns the value of attribute framework_description.
111 112 113 |
# File 'sig/types.rbs', line 111 def framework_description @framework_description end |
#framework_id ⇒ ::String
Returns the value of attribute framework_id.
109 110 111 |
# File 'sig/types.rbs', line 109 def framework_id @framework_id end |
#framework_name ⇒ ::String
Returns the value of attribute framework_name.
110 111 112 |
# File 'sig/types.rbs', line 110 def framework_name @framework_name end |
#id ⇒ ::String
Returns the value of attribute id.
108 109 110 |
# File 'sig/types.rbs', line 108 def id @id end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
118 119 120 |
# File 'sig/types.rbs', line 118 def last_updated @last_updated end |
#source_account ⇒ ::String
Returns the value of attribute source_account.
113 114 115 |
# File 'sig/types.rbs', line 113 def source_account @source_account end |
#standard_controls_count ⇒ ::Integer
Returns the value of attribute standard_controls_count.
120 121 122 |
# File 'sig/types.rbs', line 120 def standard_controls_count @standard_controls_count end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
112 113 114 |
# File 'sig/types.rbs', line 112 def status @status end |