Class: Aws::Types::UpdateApiDestinationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_destination_arn::String

Returns the value of attribute api_destination_arn.

Returns:

  • (::String)


1242
1243
1244
# File 'sig/types.rbs', line 1242

def api_destination_arn
  @api_destination_arn
end

#api_destination_state"ACTIVE", "INACTIVE"

Returns the value of attribute api_destination_state.

Returns:

  • ("ACTIVE", "INACTIVE")


1243
1244
1245
# File 'sig/types.rbs', line 1243

def api_destination_state
  @api_destination_state
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1244
1245
1246
# File 'sig/types.rbs', line 1244

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1245
1246
1247
# File 'sig/types.rbs', line 1245

def last_modified_time
  @last_modified_time
end