Class: Aws::Types::TopicRuleDestinationSummary

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)


4926
4927
4928
# File 'sig/types.rbs', line 4926

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4928
4929
4930
# File 'sig/types.rbs', line 4928

def created_at
  @created_at
end

#http_url_summaryTypes::HttpUrlDestinationSummary

Returns the value of attribute http_url_summary.



4931
4932
4933
# File 'sig/types.rbs', line 4931

def http_url_summary
  @http_url_summary
end

#influx_db_summaryTypes::InfluxDBDestinationSummary

Returns the value of attribute influx_db_summary.



4933
4934
4935
# File 'sig/types.rbs', line 4933

def influx_db_summary
  @influx_db_summary
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


4929
4930
4931
# File 'sig/types.rbs', line 4929

def last_updated_at
  @last_updated_at
end

#status"ENABLED", ...

Returns the value of attribute status.

Returns:

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


4927
4928
4929
# File 'sig/types.rbs', line 4927

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


4930
4931
4932
# File 'sig/types.rbs', line 4930

def status_reason
  @status_reason
end

#vpc_destination_summaryTypes::VpcDestinationSummary

Returns the value of attribute vpc_destination_summary.



4932
4933
4934
# File 'sig/types.rbs', line 4932

def vpc_destination_summary
  @vpc_destination_summary
end