Class: Aws::Types::ConfigurationCheckOperation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def application_id
  @application_id
end

#configuration_check_description::String

Returns the value of attribute configuration_check_description.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def configuration_check_description
  @configuration_check_description
end

#configuration_check_id"SAP_CHECK_01", ...

Returns the value of attribute configuration_check_id.

Returns:

  • ("SAP_CHECK_01", "SAP_CHECK_02", "SAP_CHECK_03")


108
109
110
# File 'sig/types.rbs', line 108

def configuration_check_id
  @configuration_check_id
end

#configuration_check_name::String

Returns the value of attribute configuration_check_name.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def configuration_check_name
  @configuration_check_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


112
113
114
# File 'sig/types.rbs', line 112

def end_time
  @end_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def id
  @id
end

#rule_status_countsTypes::RuleStatusCounts

Returns the value of attribute rule_status_counts.



113
114
115
# File 'sig/types.rbs', line 113

def rule_status_counts
  @rule_status_counts
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


111
112
113
# File 'sig/types.rbs', line 111

def start_time
  @start_time
end

#status"INPROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("INPROGRESS", "SUCCESS", "ERROR")


106
107
108
# File 'sig/types.rbs', line 106

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def status_message
  @status_message
end