Class: Aws::Types::ThreatAnchorShape
- Inherits:
-
Object
- Object
- Aws::Types::ThreatAnchorShape
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#kind ⇒ ::String
Returns the value of attribute kind.
-
#package_id ⇒ ::String
Returns the value of attribute package_id.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def id @id end |
#kind ⇒ ::String
Returns the value of attribute kind.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def kind @kind end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def package_id @package_id end |