Class: Aws::Types::UpdateMapResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:update_time])

Instance Attribute Summary collapse

Instance Attribute Details

#map_arn::String

Returns the value of attribute map_arn.

Returns:

  • (::String)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def map_arn
  @map_arn
end

#map_name::String

Returns the value of attribute map_name.

Returns:

  • (::String)


1401
1402
1403
# File 'sig/types.rbs', line 1401

def map_name
  @map_name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1403
1404
1405
# File 'sig/types.rbs', line 1403

def update_time
  @update_time
end