Class: Aws::Types::CreateProtectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProtectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
139 140 141 |
# File 'sig/types.rbs', line 139 def name @name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
140 141 142 |
# File 'sig/types.rbs', line 140 def resource_arn @resource_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
141 142 143 |
# File 'sig/types.rbs', line 141 def end |