Class: Aws::Types::CreateSignalMapResponseContent

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)


3984
3985
3986
# File 'sig/types.rbs', line 3984

def arn
  @arn
end

#cloud_watch_alarm_template_group_ids::Array[::String]

Returns the value of attribute cloud_watch_alarm_template_group_ids.

Returns:

  • (::Array[::String])


3985
3986
3987
# File 'sig/types.rbs', line 3985

def cloud_watch_alarm_template_group_ids
  @cloud_watch_alarm_template_group_ids
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3986
3987
3988
# File 'sig/types.rbs', line 3986

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3987
3988
3989
# File 'sig/types.rbs', line 3987

def description
  @description
end

#discovery_entry_point_arn::String

Returns the value of attribute discovery_entry_point_arn.

Returns:

  • (::String)


3988
3989
3990
# File 'sig/types.rbs', line 3988

def discovery_entry_point_arn
  @discovery_entry_point_arn
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


3989
3990
3991
# File 'sig/types.rbs', line 3989

def error_message
  @error_message
end

#event_bridge_rule_template_group_ids::Array[::String]

Returns the value of attribute event_bridge_rule_template_group_ids.

Returns:

  • (::Array[::String])


3990
3991
3992
# File 'sig/types.rbs', line 3990

def event_bridge_rule_template_group_ids
  @event_bridge_rule_template_group_ids
end

#failed_media_resource_map::Hash[::String, Types::MediaResource]

Returns the value of attribute failed_media_resource_map.

Returns:



3991
3992
3993
# File 'sig/types.rbs', line 3991

def failed_media_resource_map
  @failed_media_resource_map
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3992
3993
3994
# File 'sig/types.rbs', line 3992

def id
  @id
end

#last_discovered_at::Time

Returns the value of attribute last_discovered_at.

Returns:

  • (::Time)


3993
3994
3995
# File 'sig/types.rbs', line 3993

def last_discovered_at
  @last_discovered_at
end

#last_successful_monitor_deploymentTypes::SuccessfulMonitorDeployment

Returns the value of attribute last_successful_monitor_deployment.



3994
3995
3996
# File 'sig/types.rbs', line 3994

def last_successful_monitor_deployment
  @last_successful_monitor_deployment
end

#media_resource_map::Hash[::String, Types::MediaResource]

Returns the value of attribute media_resource_map.

Returns:



3995
3996
3997
# File 'sig/types.rbs', line 3995

def media_resource_map
  @media_resource_map
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


3996
3997
3998
# File 'sig/types.rbs', line 3996

def modified_at
  @modified_at
end

#monitor_changes_pending_deploymentBoolean

Returns the value of attribute monitor_changes_pending_deployment.

Returns:

  • (Boolean)


3997
3998
3999
# File 'sig/types.rbs', line 3997

def monitor_changes_pending_deployment
  @monitor_changes_pending_deployment
end

#monitor_deploymentTypes::MonitorDeployment

Returns the value of attribute monitor_deployment.



3998
3999
4000
# File 'sig/types.rbs', line 3998

def monitor_deployment
  @monitor_deployment
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3999
4000
4001
# File 'sig/types.rbs', line 3999

def name
  @name
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_REVERTED", "UPDATE_FAILED", "READY", "NOT_READY")


4000
4001
4002
# File 'sig/types.rbs', line 4000

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


4001
4002
4003
# File 'sig/types.rbs', line 4001

def tags
  @tags
end