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)


4706
4707
4708
# File 'sig/types.rbs', line 4706

def create_time
  @create_time
end

#errors::Array[Types::IntegrationError]

Returns the value of attribute errors.

Returns:



4708
4709
4710
# File 'sig/types.rbs', line 4708

def errors
  @errors
end

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


4704
4705
4706
# File 'sig/types.rbs', line 4704

def integration_arn
  @integration_arn
end

#integration_configTypes::IntegrationConfig

Returns the value of attribute integration_config.



4707
4708
4709
# File 'sig/types.rbs', line 4707

def integration_config
  @integration_config
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


4702
4703
4704
# File 'sig/types.rbs', line 4702

def source_arn
  @source_arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


4705
4706
4707
# File 'sig/types.rbs', line 4705

def status
  @status
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


4703
4704
4705
# File 'sig/types.rbs', line 4703

def target_arn
  @target_arn
end