Class: Aws::Types::CreateTestGridUrlRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTestGridUrlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expires_in_seconds ⇒ ::Integer
Returns the value of attribute expires_in_seconds.
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
Instance Attribute Details
#expires_in_seconds ⇒ ::Integer
Returns the value of attribute expires_in_seconds.
162 163 164 |
# File 'sig/types.rbs', line 162 def expires_in_seconds @expires_in_seconds end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
161 162 163 |
# File 'sig/types.rbs', line 161 def project_arn @project_arn end |