Class: Aws::Types::TopicRuleDestination

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)


4907
4908
4909
# File 'sig/types.rbs', line 4907

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4909
4910
4911
# File 'sig/types.rbs', line 4909

def created_at
  @created_at
end

#http_url_propertiesTypes::HttpUrlDestinationProperties

Returns the value of attribute http_url_properties.



4912
4913
4914
# File 'sig/types.rbs', line 4912

def http_url_properties
  @http_url_properties
end

#influx_db_propertiesTypes::InfluxDBDestinationProperties

Returns the value of attribute influx_db_properties.



4914
4915
4916
# File 'sig/types.rbs', line 4914

def influx_db_properties
  @influx_db_properties
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


4910
4911
4912
# File 'sig/types.rbs', line 4910

def last_updated_at
  @last_updated_at
end

#status"ENABLED", ...

Returns the value of attribute status.

Returns:

  • ("ENABLED", "IN_PROGRESS", "DISABLED", "ERROR", "DELETING")


4908
4909
4910
# File 'sig/types.rbs', line 4908

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


4911
4912
4913
# File 'sig/types.rbs', line 4911

def status_reason
  @status_reason
end

#vpc_propertiesTypes::VpcDestinationProperties

Returns the value of attribute vpc_properties.



4913
4914
4915
# File 'sig/types.rbs', line 4913

def vpc_properties
  @vpc_properties
end