Class: Aws::Types::DeleteServiceNetworkVpcAssociationResponse

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)


427
428
429
# File 'sig/types.rbs', line 427

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def id
  @id
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


426
427
428
# File 'sig/types.rbs', line 426

def status
  @status
end