Class: Aws::Types::TestTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::TestTypeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#log_delivery_bucket ⇒ ::String
Returns the value of attribute log_delivery_bucket.
-
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def arn @arn end |
#log_delivery_bucket ⇒ ::String
Returns the value of attribute log_delivery_bucket.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def log_delivery_bucket @log_delivery_bucket end |
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def type @type end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def type_name @type_name end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def version_id @version_id end |