Class: Aws::Types::ResourceDrift

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_arn ⇒ ::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


1195
1196
1197
# File 'sig/types.rbs', line 1195

def app_arn
  @app_arn
end

#app_version ⇒ ::String

Returns the value of attribute app_version.

Returns:

  • (::String)


1196
1197
1198
# File 'sig/types.rbs', line 1196

def app_version
  @app_version
end

#diff_type ⇒ "NotEqual", ...

Returns the value of attribute diff_type.

Returns:

  • ("NotEqual", "Added", "Removed")


1197
1198
1199
# File 'sig/types.rbs', line 1197

def diff_type
  @diff_type
end

#reference_id ⇒ ::String

Returns the value of attribute reference_id.

Returns:

  • (::String)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def reference_id
  @reference_id
end

#resource_identifier ⇒ Types::ResourceIdentifier

Returns the value of attribute resource_identifier.



1199
1200
1201
# File 'sig/types.rbs', line 1199

def resource_identifier
  @resource_identifier
end