Class: Aws::Types::DeleteServiceNetworkServiceAssociationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def id
  @id
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "ACTIVE", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED")


414
415
416
# File 'sig/types.rbs', line 414

def status
  @status
end