Class: Aws::Types::UpdateFirewallDomainsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1238
1239
1240
# File 'sig/types.rbs', line 1238

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1239
1240
1241
# File 'sig/types.rbs', line 1239

def name
  @name
end

#status"COMPLETE", ...

Returns the value of attribute status.

Returns:

  • ("COMPLETE", "COMPLETE_IMPORT_FAILED", "IMPORTING", "DELETING", "UPDATING")


1240
1241
1242
# File 'sig/types.rbs', line 1240

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


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

def status_message
  @status_message
end