Class: Aws::Types::ValidateCloudConnectorResult
- Inherits:
-
Object
- Object
- Aws::Types::ValidateCloudConnectorResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#validation_findings ⇒ ::Array[Types::ValidationFinding]
Returns the value of attribute validation_findings.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
4700 4701 4702 |
# File 'sig/types.rbs', line 4700 def next_token @next_token end |
#validation_findings ⇒ ::Array[Types::ValidationFinding]
Returns the value of attribute validation_findings.
4699 4700 4701 |
# File 'sig/types.rbs', line 4699 def validation_findings @validation_findings end |