Class: Aws::Types::InboundIntegration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


4677
4678
4679
# File 'sig/types.rbs', line 4677

def create_time
  @create_time
end

#errors::Array[Types::IntegrationError]

Returns the value of attribute errors.

Returns:



4679
4680
4681
# File 'sig/types.rbs', line 4679

def errors
  @errors
end

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


4675
4676
4677
# File 'sig/types.rbs', line 4675

def integration_arn
  @integration_arn
end

#integration_configTypes::IntegrationConfig

Returns the value of attribute integration_config.



4678
4679
4680
# File 'sig/types.rbs', line 4678

def integration_config
  @integration_config
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


4673
4674
4675
# File 'sig/types.rbs', line 4673

def source_arn
  @source_arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "MODIFYING", "FAILED", "DELETING", "SYNCING", "NEEDS_ATTENTION")


4676
4677
4678
# File 'sig/types.rbs', line 4676

def status
  @status
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


4674
4675
4676
# File 'sig/types.rbs', line 4674

def target_arn
  @target_arn
end