Class: Aws::Types::ImportFirewallDomainsResponse

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)


682
683
684
# File 'sig/types.rbs', line 682

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def name
  @name
end

#status"COMPLETE", ...

Returns the value of attribute status.

Returns:

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


684
685
686
# File 'sig/types.rbs', line 684

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def status_message
  @status_message
end