Class: Aws::Types::AggregatedSourceStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_region::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def aws_region
  @aws_region
end

#last_error_code::String

Returns the value of attribute last_error_code.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def last_error_code
  @last_error_code
end

#last_error_message::String

Returns the value of attribute last_error_message.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def last_error_message
  @last_error_message
end

#last_update_status"FAILED", ...

Returns the value of attribute last_update_status.

Returns:

  • ("FAILED", "SUCCEEDED", "OUTDATED")


98
99
100
# File 'sig/types.rbs', line 98

def last_update_status
  @last_update_status
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


99
100
101
# File 'sig/types.rbs', line 99

def last_update_time
  @last_update_time
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def source_id
  @source_id
end

#source_type"ACCOUNT", "ORGANIZATION"

Returns the value of attribute source_type.

Returns:

  • ("ACCOUNT", "ORGANIZATION")


96
97
98
# File 'sig/types.rbs', line 96

def source_type
  @source_type
end