Class: Aws::Types::GetConnectorDefinitionVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


669
670
671
# File 'sig/types.rbs', line 669

def arn
  @arn
end

#creation_timestamp::String

Returns the value of attribute creation_timestamp.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def creation_timestamp
  @creation_timestamp
end

#definitionTypes::ConnectorDefinitionVersion

Returns the value of attribute definition.



671
672
673
# File 'sig/types.rbs', line 671

def definition
  @definition
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


672
673
674
# File 'sig/types.rbs', line 672

def id
  @id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


673
674
675
# File 'sig/types.rbs', line 673

def next_token
  @next_token
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


674
675
676
# File 'sig/types.rbs', line 674

def version
  @version
end