Class: Aws::Types::CloudDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns the value of attribute account.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def 
  @account
end

#provider"AWS"

Returns the value of attribute provider.

Returns:

  • ("AWS")


286
287
288
# File 'sig/types.rbs', line 286

def provider
  @provider
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def region
  @region
end