Class: Aws::Types::RootCause

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#impactTypes::RootCauseImpact

Returns the value of attribute impact.



1294
1295
1296
# File 'sig/types.rbs', line 1294

def impact
  @impact
end

#linked_account::String

Returns the value of attribute linked_account.

Returns:

  • (::String)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def 
  @linked_account
end

#linked_account_name::String

Returns the value of attribute linked_account_name.

Returns:

  • (::String)


1292
1293
1294
# File 'sig/types.rbs', line 1292

def 
  @linked_account_name
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1290
1291
1292
# File 'sig/types.rbs', line 1290

def region
  @region
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def service
  @service
end

#usage_type::String

Returns the value of attribute usage_type.

Returns:

  • (::String)


1293
1294
1295
# File 'sig/types.rbs', line 1293

def usage_type
  @usage_type
end