Class: Aws::Types::ValidateCloudConnectorResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



4699
4700
4701
# File 'sig/types.rbs', line 4699

def validation_findings
  @validation_findings
end